←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly