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 : Exists Method |
public Exception Exists( string referencedFile, out bool exists )
'Declaration Public Function Exists( _ ByVal referencedFile As String, _ ByRef exists As Boolean _ ) As Exception
'Usage Dim instance As DefaultCrud Dim referencedFile As String Dim exists As Boolean Dim value As Exception value = instance.Exists(referencedFile, exists)
public: Exception^ Exists( String^ referencedFile, [Out] bool exists )