RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

SqliteDataProcessor..::..SqlGenerator Property

Implement this to create and return the SQL generator which will be used in GetData.

Namespace:  RingSoft.DbLookup.DataProcessor
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public DbSelectSqlGenerator SqlGenerator { get; }
Public ReadOnly Property SqlGenerator As DbSelectSqlGenerator
	Get
public:
property DbSelectSqlGenerator^ SqlGenerator {
	DbSelectSqlGenerator^ get ();
}

Field Value

The SQL generator.