WhereStatementGenerator Property

Summary
Gets or sets the delegate that allows you to override the default GenerateWhereStatement
Syntax
C#
VB
C++
public static Func<Collection<CatalogElement[]>, string> WhereStatementGenerator { get; set; } 
  
Public Shared Property WhereStatementGenerator As Func(Of Collection(Of CatalogElement()),String) 
public: 
static property Func<Collection<array<CatalogElement^>>^,String^>^ WhereStatementGenerator { 
   Func<Collection<array<CatalogElement^>>^,String^>^ get(); 
   void set (    Func<Collection<array<CatalogElement^>>^,String^>^ ); 
} 

Property Value

A delegate that allows you to override the default GenerateWhereStatement

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.