VistaDB 6
VistaDB.Provider Namespace / VistaDBCommandBuilder Class
Properties Methods Events


In This Topic
    VistaDBCommandBuilder Class Members
    In This Topic

    The following tables list the members exposed by VistaDBCommandBuilder.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertySets or gets the System.Data.Common.CatalogLocation for an instance of the System.Data.Common.DbCommandBuilder class. (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertySets or gets a string used as the catalog separator for an instance of the System.Data.Common.DbCommandBuilder class. (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertySpecifies which System.Data.ConflictOption is to be used by the System.Data.Common.DbCommandBuilder. (Inherited from System.Data.Common.DbCommandBuilder)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a VistaDBDataAdapter object for which SQL statements are automatically generated.  
    Public PropertyOverridden. Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. VistaDB supports only "[" as quote prefix  
    Public PropertyOverridden. Gets or sets the ending character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. Gets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. VistaDB supports only "]" as quote suffix  
    Public PropertyOverridden. Gets or sets the character to be used for the separator between the schema identifier and any other identifiers. The default Schema Separator is a period (.). The only acceptable value for this property is a period (.). This is the character that should be used as a separator between schema identifiers and other objects. tablename.columname is an example of the usage.  
    Public PropertySpecifies whether all column values in an update statement are included or only changed ones. (Inherited from System.Data.Common.DbCommandBuilder)
    Public Property (Inherited from System.ComponentModel.Component)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public Methodstatic (Shared in Visual Basic)Given a VistaDBCommand object derive the parameters from the object. This is used by some of the GUI designers and other tools to determine the list of parameters in stored procedures.  
    Public MethodOverloaded. Releases the unmanaged resources used by the System.Data.Common.DbCommandBuilder and optionally releases the managed resources. (Inherited from System.Data.Common.DbCommandBuilder)
    Public MethodOverloaded. Gets the automatically generated VistaDBCommand object required to perform deletions at the data source.  
    Public MethodOverloaded. Gets the automatically generated VistaDBCommand object required to perform insertions at the data source.  
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Gets the automatically generated VistaDBCommand object required to perform updates at the data source.  
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverridden. Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier, including properly escaping any embedded quotes in the identifier. Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier, including properly escaping any embedded quotes in the identifier.  
    Public MethodClears the commands associated with this System.Data.Common.DbCommandBuilder. (Inherited from System.Data.Common.DbCommandBuilder)
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodOverridden. Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier. Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Allows the provider implementation of the System.Data.Common.DbCommandBuilder class to handle additional parameter properties.  
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded. Overridden. Returns the name of the specified parameter in the format of @p#. Use when building a custom command builder.  
    Protected MethodOverridden. Returns the placeholder for the parameter in the associated SQL statement.  
    Protected MethodReturns the schema table for the System.Data.Common.DbCommandBuilder. (Inherited from System.Data.Common.DbCommandBuilder)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodResets the System.Data.Common.DbCommand.CommandTimeout, System.Data.Common.DbCommand.Transaction, System.Data.Common.DbCommand.CommandType, and System.Data.UpdateRowSource properties on the System.Data.Common.DbCommand. (Inherited from System.Data.Common.DbCommandBuilder)
    Protected MethodOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
    Protected MethodAdds an event handler for the System.Data.OleDb.OleDbDataAdapter.RowUpdating event. (Inherited from System.Data.Common.DbCommandBuilder)
    Protected MethodOverridden. Registers the System.Data.Common.DbCommandBuilder to handle the System.Data.OleDb.OleDbDataAdapter.RowUpdating event for a System.Data.Common.DbDataAdapter.  
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Top
    See Also