dotConnect for Zoho CRM Documentation
Devart.Data.Zoho Namespace / ZohoCommandBuilder Class
Properties Methods Events

ZohoCommandBuilder Class Members

The following tables list the members exposed by ZohoCommandBuilder.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the ZohoCommandBuilder class.  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets a ZohoDataAdapter object for which this ZohoCommandBuilder object will generate SQL statements.  
Public PropertyGets or sets string containing list of key field names separated by semicolon. They are used to generate update commands.  
Public PropertyGets or sets whether the command builder quotes all the names of data source objects. (Inherited from Devart.Common.DbCommandBuilderBase)
Public PropertyGets or sets list of fields whose values should be retrieved after a DML statement execution. (Inherited from Devart.Common.DbCommandBuilderBase)
Public PropertyGets 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)
Public PropertySpecifies whetherto include all column values in an update statement or only changed ones.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyOverridden. Gets or sets list of fields to modify.  
Public Property

Gets or sets table name to generate update statements for.

 
Top
Public Methods
 NameDescription
Public Method (Inherited from System.MarshalByRefObject)
Public Methodstatic (Shared in Visual Basic)Populates the specified ZohoCommand object's ZohoCommand.Parameters collection with parameter information for the SQL statement specified in the CommandText.  
Public Method (Inherited from System.ComponentModel.Component)
Public MethodOverloaded. Gets the automatically generated SQL statement required to perform deletions on the data source.  
Public MethodOverloaded. Gets the automatically generated SQL statement required to perform inserts on the data source.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Gets the automatically generated SQL statement required to perform updates on the data source.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodReturns the string passed as the parameter enclosed in quotes. (Inherited from Devart.Common.DbCommandBuilder)
Public MethodRefreshes the data source schema information used to generate INSERT, UPDATE, or DELETE statements. (Inherited from Devart.Common.DbCommandBuilderBase)
Public Method (Inherited from System.ComponentModel.Component)
Public Method (Inherited from System.Data.Common.DbCommandBuilder)
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Top
See Also