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 : RetrieveFile Method |
'Declaration Public Function RetrieveFile( _ ByVal row As DataRow, _ ByVal outFile As String _ ) As Exception
'Usage Dim instance As DefaultCrud Dim row As DataRow Dim outFile As String Dim value As Exception value = instance.RetrieveFile(row, outFile)
public: Exception^ RetrieveFile( DataRow^ row, String^ outFile )