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 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly