ObjectContext::Translate Method
.NET Framework (current version)
Namespace:
System.Data.Objects
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | Translate<TElement>(DbDataReader^) | Translates a DbDataReader that contains rows of entity data to objects of the requested entity type. |
![]() | Translate<TEntity>(DbDataReader^, String^, MergeOption) | Translates a DbDataReader that contains rows of entity data to objects of the requested entity type, in a specific entity set, and with the specified merge option. |
Show:
