Click or drag to resize
DataAccessAdapterBaseFetchTypedView Method
Overload List
  NameDescription
Public methodFetchTypedView(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.)
Public methodFetchTypedView(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 DataAccessAdapterCoreFetchTypedView(DataTable, QueryParameters).)
Public methodFetchTypedView(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.)
Public methodFetchTypedView(ITypedView2, IRetrievalQuery)
Fetches the typed view, using the query specified.
(Overrides DataAccessAdapterCoreFetchTypedView(ITypedView2, IRetrievalQuery).)
Public methodFetchTypedView(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.)
Public methodFetchTypedView(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.)
Public methodFetchTypedView(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.)
Public methodFetchTypedView(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.)
Public methodFetchTypedView(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.)
Public methodFetchTypedView(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.)
Public methodFetchTypedView(ITypedView2, IRelationPredicateBucket, Int32, ISortExpression, Boolean)
Fetches the Typed View passed in from the persistent storage
(Inherited from DataAccessAdapterCore.)
Public methodFetchTypedView(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.)
Public methodFetchTypedView(ITypedView2, IRelationPredicateBucket, Int32, ISortExpression, Boolean, IGroupByCollection)
Fetches the Typed View passed in from the persistent storage
(Inherited from DataAccessAdapterCore.)
Public methodFetchTypedView(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.)
Public methodFetchTypedView(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.)
Top
See Also