Name | Description | |
---|---|---|
![]() | ZohoDeskCommandBuilder Constructor | Overloaded. Initializes a new instance of the ZohoDeskCommandBuilder class. |
The following tables list the members exposed by ZohoDeskCommandBuilder.
Name | Description | |
---|---|---|
![]() | ZohoDeskCommandBuilder Constructor | Overloaded. Initializes a new instance of the ZohoDeskCommandBuilder class. |
Name | Description | |
---|---|---|
![]() | Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
![]() | DataAdapter | Gets or sets a ZohoDeskDataAdapter object for which this ZohoDeskCommandBuilder object will generate SQL statements. |
![]() | KeyFields | Gets or sets string containing list of key field names separated by semicolon. They are used to generate update commands. |
![]() | Quoted | Gets or sets whether the command builder quotes all the names of data source objects. (Inherited from Devart.Common.DbCommandBuilderBase) |
![]() | RefreshingFields | Gets or sets list of fields whose values should be retrieved after a DML statement execution. (Inherited from Devart.Common.DbCommandBuilderBase) |
![]() | RefreshMode | Gets or sets a value that indicates whether and how the Devart.Common.DbCommandBuilderBase should retrieve field values adjusted by server after an update. (Inherited from Devart.Common.DbCommandBuilderBase) |
![]() | SetAllValues | Specifies whetherto include all column values in an update statement or only changed ones. |
![]() | Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
![]() | UpdatingFields | Overridden. Gets or sets list of fields to modify. |
![]() | UpdatingTable | Gets or sets table name to generate update statements for. |
Name | Description | |
---|---|---|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() ![]() | DeriveParameters | Populates the specified ZohoDeskCommand object's ZohoDeskCommand.Parameters collection with parameter information for the SQL statement specified in the CommandText. |
![]() | Dispose | Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
![]() | GetDeleteCommand | Overloaded. Gets the automatically generated SQL statement required to perform deletions on the data source. |
![]() | GetInsertCommand | Overloaded. Gets the automatically generated SQL statement required to perform inserts on the data source. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetUpdateCommand | Overloaded. Gets the automatically generated SQL statement required to perform updates on the data source. |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | QuoteIdentifier | Returns the string passed as the parameter enclosed in quotes. (Inherited from Devart.Common.DbCommandBuilder) |
![]() | RefreshSchema | Refreshes the data source schema information used to generate INSERT, UPDATE, or DELETE statements. (Inherited from Devart.Common.DbCommandBuilderBase) |
![]() | ToString | Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component) |
![]() | UnquoteIdentifier | Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier. (Inherited from System.Data.Common.DbCommandBuilder) |
Name | Description | |
---|---|---|
![]() | Disposed | Occurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component) |