This documentation is archived and is not being maintained.
ObjectMaterializer<TDataReader> Class
Visual Studio 2010
This API supports the .NET Framework 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)
The ObjectMaterializer<TDataReader> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ObjectMaterializer<TDataReader> | Initializes a new instance of the ObjectMaterializer<TDataReader> class. |
| Name | Description | |
|---|---|---|
![]() | CanDeferLoad | When overridden in a derived class, gets a value that indicates whether deferred loading is enabled. |
| Name | Description | |
|---|---|---|
![]() ![]() | Convert<TOutput> | Changes the type of each element in a specified sequence. |
![]() ![]() | CreateGroup<TKey, TElement> | Creates a group from a specified key and collection of values. |
![]() ![]() | CreateOrderedEnumerable<TElement> | 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 | Returns an exception that indicates that a nullptr value was tried to be assigned to a non-nullable value type. |
![]() | ExecuteSubQuery | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetLinkSource<T> | When overridden in a derived class, creates a new deferred source. |
![]() | GetNestedLinkSource<T> | When overridden in a derived class, creates a new deferred source. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InsertLookup | 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 | When overridden in a derived class, advances the reader to the next record. |
![]() | SendEntityMaterialized | 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 | Captures internal state for the fast materializer. |
![]() | BufferReader | Represents a reader that reads data rows in a forward-only manner. |
![]() | DataReader | Represents a data reader. |
![]() | Globals | Captures internal state for the fast materializer. |
![]() | Locals | Captures internal state for the fast materializer. |
![]() | Ordinals | Represents column ordinals of a data reader. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
