Overload List

  NameDescription
Public methodTranslate<(Of <<'(TElement>)>>)(DbDataReader)
Translates a DbDataReader that contains rows of entity data to objects of the requested entity type.
(Inherited from ObjectContext.)
Public methodTranslate<(Of <<'(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.
(Inherited from ObjectContext.)

See Also