SqlServerDataProcessor..::..SqlGenerator Property
Implement this to create and return the SQL generator which will be used in GetData.
Namespace:
RingSoft.DbLookup.DataProcessorAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public DbSelectSqlGenerator SqlGenerator { get; }
Public ReadOnly Property SqlGenerator As DbSelectSqlGenerator Get
public: property DbSelectSqlGenerator^ SqlGenerator { DbSelectSqlGenerator^ get (); }