[This is preliminary documentation and is subject to change.]
The QuerySource type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| QuerySource | Initializes a new instance of the QuerySource class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
Properties
| Name | Description | |
|---|---|---|
| ColumnDefs |
Returns column definitions defined by #pragma
| |
| HasPragma |
Returns true when #pragma was defined in source
| |
| ModifyTarget |
Returns modification target (table name to insert/update/delete against) if query is not read-only
| |
| Name |
Rerurns name of query source
| |
| OriginalSource |
Returns original source of query including pragma text (if any)
| |
| ReadOnly |
Returns true when pragma does not specify any modification target (table name to insert/update/delete against)
| |
| StatementSource |
Returns source of query excluding pragma text (if any was present in the original)
|
See Also