Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.26
|
Leadtools.Medical.Storage.DataAccessLayer Namespace > DefaultCrud Class : ExistsDicom Method |
'Declaration Public Function ExistsDicom( _ ByVal row As DataRow, _ ByRef exists As Boolean _ ) As Exception
'Usage Dim instance As DefaultCrud Dim row As DataRow Dim exists As Boolean Dim value As Exception value = instance.ExistsDicom(row, exists)
public: Exception^ ExistsDicom( DataRow^ row, [Out] bool exists )