Chili.Opf3 Send comments on this topic.
SqlCommandBuilderBase Class Methods
See Also 
Chili.Opf3.Storages Namespace : SqlCommandBuilderBase Class


For a list of all members of this type, see SqlCommandBuilderBase members.

Public Methods

 NameDescription
Public MethodConvertCommand Converts the command given to a command that is understood by the storage.  
Public MethodGetValidEntityName Transforms the name of the entity to a valid entity name.  
Public MethodGetValidFieldNameTransforms the parameter to a valid field.  
Public MethodIsSupported Returns whether the IStorageCommandBuilder supports the query type on the given storage.  
Public MethodToCompiledQuery Converts the ObjectExpression to a storage dependent CompiledQuery. This method should only be called by a class that implements the IQuery interface.  
Top

Protected Methods

 NameDescription
Protected MethodBuildDeleteQueryOverloaded.   
Protected MethodBuildInsertQueryOverloaded.   
Protected MethodBuildSelectQuery Creates the CompildQuery that contains a storage dependent select query by using the ObjectExpression given.  
Protected MethodBuildUpdateQuery Creates the CompildQuery that contains a storage dependent update query by using the PersistentObjectExpression given.  
Protected MethodCreateParameter Creates a parameter for the storage.  
Top

See Also