Click or drag to resize
DataAccessAdapterCoreFetchTypedView Method (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.

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 void FetchTypedView(
	ITypedView2 typedViewToFill
)

Parameters

typedViewToFill
Type: SD.LLBLGen.Pro.ORMSupportClassesITypedView2
Typed view to fill.

Implements

IDataAccessAdapterFetchTypedView(ITypedView2)
See Also