dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniCommandBuilder Class

In This Topic
UniCommandBuilder Class Methods
In This Topic

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

Public Methods
 NameDescription
Public Method (Inherited from System.MarshalByRefObject)
Public Methodstatic (Shared in Visual Basic)Populates the specified UniCommand object's UniCommand.Parameters collection with parameter information for a stored procedure 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 refresh values from the database. (Inherited from Devart.Common.DbCommandBuilder)
Public MethodOverloaded. Gets the automatically generated SQL statement required to perform updates on the data source.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverridden. Returns the string passed as the parameter enclosed in quotes.  
Public MethodOverridden. Refreshes the database schema information used to generate INSERT, UPDATE, or DELETE statements.  
Public Method (Inherited from System.ComponentModel.Component)
Public MethodOverridden. Removes quote strings from identifier.  
Top
See Also