DASchemaStatementType

Overview

The DASQLStatementType enumeration specifies the type of statement represented by a DAStatement.

Location

Value Description
DAAutoSqlStatement SQL query will be automatically generated on the fly using Schema table field names, datatypes, mapping information etc. Default.
DASqlStatement Statement already contains a predefined SQL query.
Given StatementType can be useful for organizing parametrized data calls or when SQL should be fine-tuned using some database specific abilities (named indexes or special DB directives)
DAStoredProcedureStatement Statement with given type refers to the certain stored procedure that should be executed