The ContactListCommand type exposes the following members.

Properties

  NameDescription
Public propertyContactList
The contact list to run this command against.
Public propertyFilters
The filter to use in the where predicate.
Public propertyRecordsAffected
The number of records affected by this command. If this is a paged SelectCommand, the value reflects the total number of records in the unpaged version.
Public propertyTableType
Specifies which database table the command applies to.
Public propertyWhere
An expression representing a logical predicate with which to filter records.

See Also