Click or drag to resize

IDataAccessAdapter.FetchTypedView 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.9.0.0 (5.9.0)
Syntax
void FetchTypedView(
	ITypedView2 typedViewToFill
)

Parameters

typedViewToFill
Type: SD.LLBLGen.Pro.ORMSupportClasses.ITypedView2
Typed view to fill.
See Also