DataProcessResult..::..Sqls Property
Gets the generated SQL statements.
Namespace:
RingSoft.DbLookup.DataProcessorAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public IReadOnlyList<DataProcessResult..::..QueryResultSql> Sqls { get; }
Public ReadOnly Property Sqls As IReadOnlyList(Of DataProcessResult..::..QueryResultSql) Get
public: property IReadOnlyList<DataProcessResult..::..QueryResultSql^>^ Sqls { IReadOnlyList<DataProcessResult..::..QueryResultSql^>^ get (); }