Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommandBuilder Members

FbCommandBuilder overview

Public Static (Shared) Methods

DeriveParameters 

Public Instance Constructors

FbCommandBuilder Overloaded. Initializes a new instance of the FbCommandBuilder class.

Public Instance Properties

CommandBuilderBehavior One of the FbCommandBuilderBehavior values.
Container (inherited from Component) 
DataAdapter Gets or sets an FbDataAdapter object for which this FbCommandBuilder object will generate SQL statements.
QuotePrefix Gets or sets the beginning character or characters to use when working with database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens.
QuoteSuffix Gets or sets the ending character or characters to use when working with database objects, (for example, tables or columns), whose names contain characters such as spaces or reserved tokens.
Site (inherited from Component) 
TimestampColumnName 

Public Instance Methods

CreateObjRef (inherited from MarshalByRefObject) 
Dispose (inherited from Component) 
Equals (inherited from Object) 
GetDeleteCommand Gets the automatically generated FbCommand object required to perform deletions at the data source.
GetHashCode (inherited from Object) 
GetInsertCommand Gets the automatically generated FbCommand object required to perform insertions at the data source.
GetLifetimeService (inherited from MarshalByRefObject) 
GetType (inherited from Object) 
GetUpdateCommand Gets the automatically generated FbCommand object required to perform updates at the data source.
InitializeLifetimeService (inherited from MarshalByRefObject) 
RefreshSchema Refreshes the database schema information used to generate INSERT, UPDATE, or DELETE statements.
ToString (inherited from Component) 

Public Instance Events

Disposed (inherited from Component) 

See Also

FbCommandBuilder Class | FirebirdSql.Data.Firebird Namespace