DataAccessAdapterBase.FetchTypedView Method |
Name | Description | |
---|---|---|
![]() | FetchTypedView(ITypedView2) |
Fetches the Typed View passed in from the persistent storage. Doesn't apply any sorting, doesn't limit the amount of rows returned by the query,
doesn't apply any filtering, allows duplicate rows. Use this routine to fill a TypedView object.
(Inherited from DataAccessAdapterCore.) |
![]() | FetchTypedView(DataTable, QueryParameters) |
Fetches the Typed View fields passed in fieldCollectionToFetch from the persistent storage using the query information stored in
parameters into the DataTable object passed in. Use this routine to fill a TypedView object.
(Overrides DataAccessAdapterCore.FetchTypedView(DataTable, QueryParameters).) |
![]() | FetchTypedView(IEntityFields2, DataTable) |
Fetches the Typed View fields passed in fieldCollectionToFetch from the persistent storage into the DataTable object passed in. Doesn't apply any sorting, doesn't limit the amount of rows returned by the query, doesn't
apply any filtering, allows duplicate rows. Use this routine to fill a TypedView object.
(Inherited from DataAccessAdapterCore.) |
![]() | FetchTypedView(ITypedView2, IRetrievalQuery) |
Fetches the typed view, using the query specified.
(Overrides DataAccessAdapterCore.FetchTypedView(ITypedView2, IRetrievalQuery).) |
![]() | FetchTypedView(ITypedView2, Boolean) |
Fetches the Typed View passed in from the persistent storage. Doesn't apply any sorting, doesn't limit the amount of rows returned by the query,
doesn't apply any filtering. Use this routine to fill a TypedView object.
(Inherited from DataAccessAdapterCore.) |
![]() | FetchTypedView(IEntityFields2, DataTable, Boolean) |
Fetches the Typed View fields passed in fieldCollectionToFetch from the persistent storage into the DataTable object passed in. Doesn't apply any sorting, doesn't limit the amount of rows returned by the query, doesn't
apply any filtering. Use this routine to fill a TypedView object.
(Inherited from DataAccessAdapterCore.) |
![]() | FetchTypedView(ITypedView2, IRelationPredicateBucket, Boolean) |
Fetches the Typed View passed in from the persistent storage. Doesn't apply any sorting, doesn't limit the amount of rows returned by the query.
Use this routine to fill a TypedView object.
(Inherited from DataAccessAdapterCore.) |
![]() | FetchTypedView(IEntityFields2, DataTable, IRelationPredicateBucket, Boolean) |
Fetches the Typed View fields passed in fieldCollectionToFetch from the persistent storage using the filter information stored in
filterBucket into the DataTable object passed in. Doesn't apply any sorting, doesn't limit the amount of rows returned by the query.
Use this routine to fill a TypedView object.
(Inherited from DataAccessAdapterCore.) |
![]() | FetchTypedView(ITypedView2, IRelationPredicateBucket, Int32, Boolean) |
Fetches the Typed View passed in from the persistent storage. Doesn't apply any sorting. Use this routine to fill a TypedView object.
(Inherited from DataAccessAdapterCore.) |
![]() | FetchTypedView(IEntityFields2, DataTable, IRelationPredicateBucket, Int32, Boolean) |
Fetches the Typed View fields passed in fieldCollectionToFetch from the persistent storage using the filter information stored in
filterBucket into the DataTable object passed in. Doesn't apply any sorting
Use this routine to fill a TypedView object.
(Inherited from DataAccessAdapterCore.) |
![]() | FetchTypedView(ITypedView2, IRelationPredicateBucket, Int32, ISortExpression, Boolean) |
Fetches the Typed View passed in from the persistent storage
(Inherited from DataAccessAdapterCore.) |
![]() | FetchTypedView(IEntityFields2, DataTable, IRelationPredicateBucket, Int32, ISortExpression, Boolean) |
Fetches the Typed View fields passed in fieldCollectionToFetch from the persistent storage using the filter information stored in
filterBucket into the DataTable object passed in. Use this routine to fill a TypedView object.
(Inherited from DataAccessAdapterCore.) |
![]() | FetchTypedView(ITypedView2, IRelationPredicateBucket, Int32, ISortExpression, Boolean, IGroupByCollection) |
Fetches the Typed View passed in from the persistent storage
(Inherited from DataAccessAdapterCore.) |
![]() | FetchTypedView(IEntityFields2, DataTable, IRelationPredicateBucket, Int32, ISortExpression, Boolean, IGroupByCollection) |
Fetches the Typed View fields passed in fieldCollectionToFetch from the persistent storage using the filter information stored in
filterBucket into the DataTable object passed in. Use this routine to fill a TypedView object.
(Inherited from DataAccessAdapterCore.) |
![]() | FetchTypedView(IEntityFields2, DataTable, IRelationPredicateBucket, Int32, ISortExpression, Boolean, IGroupByCollection, Int32, Int32) |
Fetches the Typed View fields passed in fieldCollectionToFetch from the persistent storage using the filter information stored in
filterBucket into the DataTable object passed in. Use this routine to fill a TypedView object.
(Inherited from DataAccessAdapterCore.) |