ObjectContext.Translate Method
.NET Framework 4.5
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |