ObjectMaterializer<TDataReader>.SendEntityMaterialized Method

Definition

When overridden in a derived class, invokes the method represented by OnLoadedMethod.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 abstract void SendEntityMaterialized(int globalMetaType, System::Object ^ instance);
public abstract void SendEntityMaterialized (int globalMetaType, object instance);
abstract member SendEntityMaterialized : int * obj -> unit
Public MustOverride Sub SendEntityMaterialized (globalMetaType As Integer, instance As Object)

Parameters

globalMetaType
Int32

The index of the MetaType.

instance
Object

The parameter to pass to the invoked method.

Applies to