Click or drag to resize
DataAccessAdapterCoreFetchTypedView Method (ITypedView2, IRetrievalQuery)
Fetches the typed view, using the query specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual void FetchTypedView(
	ITypedView2 typedViewToFill,
	IRetrievalQuery queryToUse
)

Parameters

typedViewToFill
Type: SD.LLBLGen.Pro.ORMSupportClassesITypedView2
The typed view to fill.
queryToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesIRetrievalQuery
The query to use.

Implements

IDataAccessAdapterFetchTypedView(ITypedView2, IRetrievalQuery)
Remarks
Used with stored procedure calling IRetrievalQuery instances to fill a typed view mapped onto a resultset. Be sure to call Dispose() on the passed in query, as it's not disposed in this method.
See Also