AdoDotNetRootObjectSelector.SelectObjects Method
Include Protected Members
Include Inherited Members
Returns root object properties, such as the non-sensitive connection properties and some DbConnection properties, through a data reader.
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 root object properties, such as the non-sensitive connection properties and some DbConnection properties, through a data reader. (Overrides DataObjectSelector.SelectObjects(String, array<Object[], array<String[], array<Object[]).) |
Top