![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Medical.DataAccessLayer Namespace > SqlProviderUtilities Class : WhereStatementGenerator Property |
public static Func<Collection<CatalogElement[]>,string> WhereStatementGenerator {get; set;}
'Declaration Public Shared Property WhereStatementGenerator As Func(Of Collection(Of CatalogElement()),String)
'Usage Dim value As Func(Of Collection(Of CatalogElement()),String) SqlProviderUtilities.WhereStatementGenerator = value value = SqlProviderUtilities.WhereStatementGenerator
public: static property Func<Collection<array<CatalogElement^>>^,String^>^ WhereStatementGenerator { Func<Collection<array<CatalogElement^>>^,String^>^ get(); void set ( Func<Collection<array<CatalogElement^>>^,String^>^ value); }