Back to Devexpress

CustomSqlQuery Properties

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-customsqlquery-dot-underscore-properties.md

latest1.2 KB
Original Source

CustomSqlQuery Properties

A custom query.

NameDescription
IsolationLevelSpecifies the isolation level for SqlQuery. Inherited from SqlQuery.
NameSpecifies the query name. Inherited from SqlQuery.
ParametersProvides access to the collection of parameters defined for the SqlQuery. Inherited from SqlQuery.
SqlSpecifies the custom query string.

See Also

CustomSqlQuery Class

CustomSqlQuery Members

DevExpress.DataAccess.Sql Namespace