Click or drag to resize

SqlStatementT Properties

The SqlStatementT generic type exposes the following members.

Properties
  NameDescription
Public propertyArguments
Arguments for the SQL Statement
(Inherited from SqlStatement.)
Public propertyDbProvider
Get the DB provider
(Inherited from SqlStatement.)
Public propertyIsFinalized
True if the sql statement is finalized
(Inherited from SqlStatement.)
Public propertySQL
Gets the constructed or set SQL
(Inherited from SqlStatement.)
Public propertyTableType
Gets the table type
Top
See Also