DataAccessAdapterBaseFetchEntity Method | 
| Name | Description | |
|---|---|---|
| FetchEntity(IEntity2) | 
            Fetches an entity from the persistent storage into the passed in Entity2 object using a primary key filter. The primary key fields of
            the entity passed in have to have the primary key values. (Example: CustomerID has to have a value, when you want to fetch a CustomerEntity
            from the persistent storage into the passed in object)
              (Inherited from DataAccessAdapterCore.) | |
| FetchEntity(IEntity2, Context) | 
            Fetches an entity from the persistent storage into the passed in Entity2 object using a primary key filter. The primary key fields of
            the entity passed in have to have the primary key values. (Example: CustomerID has to have a value, when you want to fetch a CustomerEntity
            from the persistent storage into the passed in object)
              (Inherited from DataAccessAdapterCore.) | |
| FetchEntity(IEntity2, IPrefetchPath2) | 
            Fetches an entity from the persistent storage into the passed in Entity2 object using a primary key filter. The primary key fields of
            the entity passed in have to have the primary key values. (Example: CustomerID has to have a value, when you want to fetch a CustomerEntity
            from the persistent storage into the passed in object)
              (Inherited from DataAccessAdapterCore.) | |
| FetchEntity(IEntity2, IPrefetchPath2, Context) | 
            Fetches an entity from the persistent storage into the passed in Entity2 object using a primary key filter. The primary key fields of
            the entity passed in have to have the primary key values. (Example: CustomerID has to have a value, when you want to fetch a CustomerEntity
            from the persistent storage into the passed in object)
              (Inherited from DataAccessAdapterCore.) | |
| FetchEntity(IEntity2, IPrefetchPath2, Context, ExcludeIncludeFieldsList) | 
            Fetches an entity from the persistent storage into the passed in Entity2 object using a primary key filter. The primary key fields of
            the entity passed in have to have the primary key values. (Example: CustomerID has to have a value, when you want to fetch a CustomerEntity
            from the persistent storage into the passed in object).
              (Overrides DataAccessAdapterCoreFetchEntity(IEntity2, IPrefetchPath2, Context, ExcludeIncludeFieldsList).) |