AdoDotNetObjectSelector.SelectObjects Method
Include Protected Members
Include Inherited Members
Returns a data reader for the data objects retrieved from the object store, which are filtered by the specified restrictions, properties, and parameters.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SelectObjects(String, array<Object[], array<String[]) | Returns a data reader for the data objects retrieved from the object store, which are filtered by the specified restrictions and properties. (Inherited from DataObjectSelector.) | |
SelectObjects(String, array<Object[], array<String[], array<Object[]) | Returns a data reader for the data objects retrieved from the object store, which are filtered by the specified restrictions, properties, and parameters. (Overrides DataObjectSelector.SelectObjects(String, array<Object[], array<String[], array<Object[]).) |
Top