ObjectsByKeyQuery Constructors
Provides data for queries that retrieve persistent objects by key values.Name | Parameters | Description |
---|---|---|
ObjectsByKeyQuery(XPClassInfo, ICollection) | classInfo, idCollection | Initializes a new instance of the ObjectsByKeyQuery class with the persistent class’s metadata information about persistent objects, to include in the query and their key values. |
See Also