Provides a description of how FbCommandBuilder will do the generation of the WHERE clausule of UPDATE and DELETE commands
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. |
Namespace: FirebirdSql.Data.Firebird
Assembly: FirebirdSql.Data.Firebird (in FirebirdSql.Data.Firebird.dll)
FirebirdSql.Data.Firebird Namespace