ObjectMaterializer<TDataReader> Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines methods for dynamically materializing objects.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | 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, array<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. |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLinkSource<T>(Int32, Int32, array<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() | |
![]() | 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() | |
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | 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. |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




