CustomSqlQuery Constructors
A custom query.Name | Parameters | Description |
---|---|---|
CustomSqlQuery() | none | Initializes a new instance of the CustomSqlQuery class with the default settings. |
CustomSqlQuery(String, String) | name, sql | Initializes a new instance of the CustomSqlQuery class with the specified name and query string. |
See Also