Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommandBuilderBehavior Enumeration

Provides a description of how FbCommandBuilder will do the generation of the WHERE clausule of UPDATE and DELETE commands

[Visual Basic]
<Serializable>
Public Enum FbCommandBuilderBehavior
[C#]
[Serializable]
public enum FbCommandBuilderBehavior

Members

Member Name Description
Default AllFields
AllFields The FbCommandBuilder class will do the generation of the WHERE clausule of UPDATE and DELETE commands using all fields.
KeyFields The FbCommandBuilder class will do the generation of the WHERE clausule of UPDATE and DELETE commands using only the key fields.
KeyAndTimestampFields The FbCommandBuilder class will do the generation of the WHERE clausule of UPDATE and DELETE commands using only the key fields and the timestamp column specified in TimestampColumnName.

Requirements

Namespace: FirebirdSql.Data.Firebird

Assembly: FirebirdSql.Data.Firebird (in FirebirdSql.Data.Firebird.dll)

See Also

FirebirdSql.Data.Firebird Namespace