ObjectMaterializer<TDataReader>.InsertLookup(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, inserts a value into a data structure.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
abstract System::Object ^ InsertLookup(int globalMetaType, System::Object ^ instance);
public abstract object InsertLookup(int globalMetaType, object instance);
abstract member InsertLookup : int * obj -> obj
Public MustOverride Function InsertLookup (globalMetaType As Integer, instance As Object) As Object
Parameters
- instance
- Object
The object to insert into the data structure.
Returns
The value that was inserted into the data structure.