QueryTableDescription Class Properties
In This Topic
For a list of all members of this type, see QueryTableDescription members.
Public Properties
| Name | Description |
| MakeCopy | Gets or sets a value indicating whether a copy of the data should be copied on the client side in order to create the query table . |
| Name | Gets or sets the name of the query table . |
| PrimaryKeys |
Gets or sets the comma-separated list of key fields to be used to manufacture ObjectIDs.
|
| QueryDef | Gets the QueryDef that was passed into the QueryTableDescription constructor. |
Top
See Also