ObjectMaterializer<TDataReader>.ExecuteSubQuery(Int32, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, executes a query.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
abstract System::Collections::IEnumerable ^ ExecuteSubQuery(int iSubQuery, cli::array <System::Object ^> ^ args);
public abstract System.Collections.IEnumerable ExecuteSubQuery(int iSubQuery, object[] args);
abstract member ExecuteSubQuery : int * obj[] -> System.Collections.IEnumerable
Public MustOverride Function ExecuteSubQuery (iSubQuery As Integer, args As Object()) As IEnumerable
Parameters
- iSubQuery
- Int32
The index of the query.
- args
- Object[]
The arguments to the query.
Returns
The results from executing the query.