ObjectMaterializer<TDataReader> Class

Definition

Defines methods for dynamically materializing objects.

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

generic <typename TDataReader>
 where TDataReader : DbDataReaderpublic ref class ObjectMaterializer abstract
public abstract class ObjectMaterializer<TDataReader> where TDataReader : DbDataReader
type ObjectMaterializer<'DataReader (requires 'DataReader :> DbDataReader)> = class
Public MustInherit Class ObjectMaterializer(Of TDataReader)

Type Parameters

TDataReader

The type of the data reader.

Inheritance
ObjectMaterializer<TDataReader>

Constructors

ObjectMaterializer<TDataReader>()

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

Initializes a new instance of the ObjectMaterializer<TDataReader> class.

Fields

Arguments

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

Captures internal state for the fast materializer.

BufferReader

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

Represents a reader that reads data rows in a forward-only manner.

DataReader

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

Represents a data reader.

Globals

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

Captures internal state for the fast materializer.

Locals

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

Captures internal state for the fast materializer.

Ordinals

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

Represents column ordinals of a data reader.

Properties

CanDeferLoad

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

When overridden in a derived class, gets a value that indicates whether deferred loading is enabled.

Methods

Convert<TOutput>(IEnumerable)

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

Changes the type of each element in a specified sequence.

CreateGroup<TKey,TElement>(TKey, IEnumerable<TElement>)

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

Creates a group from a specified key and collection of values.

CreateOrderedEnumerable<TElement>(IEnumerable<TElement>)

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

Creates an ordered sequence from a specified collection of values.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
ErrorAssignmentToNull(Type)

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

Returns an exception that indicates that a null value was tried to be assigned to a non-nullable value type.

ExecuteSubQuery(Int32, Object[])

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

When overridden in a derived class, executes a query.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetLinkSource<T>(Int32, Int32, Object[])

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

When overridden in a derived class, creates a new deferred source.

GetNestedLinkSource<T>(Int32, Int32, Object)

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

When overridden in a derived class, creates a new deferred source.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
InsertLookup(Int32, Object)

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

When overridden in a derived class, inserts a value into a data structure.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Read()

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

When overridden in a derived class, advances the reader to the next record.

SendEntityMaterialized(Int32, Object)

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

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

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to