Click or drag to resize

SQLUpdater Properties

The SQLUpdater type exposes the following members.

Properties
  NameDescription
Public propertyColumnCount
The number of columns being updated.
Public propertyPK
The primary key appropriate for providing to an IDatabase.Execute() call.
Public propertySchema
Retrieves the schema for the specified Table. Requires that the object was constructed with the SQLUpdater(IDatabase, String, String) constructor.
Public propertyTable
Gets/Sets the table that this class should using when building the UPDATE statement
Public propertyWhere
Gets/Sets the WHERE clause that this class should using when building the UPDATE statement
Top
See Also