ObjectMaterializer<TDataReader>.ExecuteSubQuery(Int32, Object[]) Method

Definition

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.

Applies to