SQLUpdater Properties |
The SQLUpdater type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnCount |
The number of columns being updated.
|
![]() | PK |
The primary key appropriate for providing to an IDatabase.Execute() call.
|
![]() | Schema |
Retrieves the schema for the specified Table. Requires that the object was constructed
with the SQLUpdater(IDatabase, String, String) constructor.
|
![]() | Table |
Gets/Sets the table that this class should using when building the UPDATE statement
|
![]() | Where |
Gets/Sets the WHERE clause that this class should using when building the UPDATE statement
|