For a list of all members of this type, see SqlCommandBuilderBase members.
| Name | Description | |
|---|---|---|
| ConvertCommand | Converts the command given to a command that is understood by the storage. | |
| GetValidEntityName | Transforms the name of the entity to a valid entity name. | |
| GetValidFieldName | Transforms the parameter to a valid field. | |
| IsSupported | Returns whether the IStorageCommandBuilder supports the query type on the given storage. | |
| ToCompiledQuery | Converts the ObjectExpression to a storage dependent CompiledQuery. This method should only be called by a class that implements the IQuery interface. |
| Name | Description | |
|---|---|---|
| BuildDeleteQuery | Overloaded. | |
| BuildInsertQuery | Overloaded. | |
| BuildSelectQuery | Creates the CompildQuery that contains a storage dependent select query by using the ObjectExpression given. | |
| BuildUpdateQuery | Creates the CompildQuery that contains a storage dependent update query by using the PersistentObjectExpression given. | |
| CreateParameter | Creates a parameter for the storage. |