Click or drag to resize

DataAccessAdapterCore.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.5.0.0 (5.5.18.1019)
Syntax
public void FetchTypedView(
	ITypedView2 typedViewToFill
)

Parameters

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

Implements

IDataAccessAdapter.FetchTypedView(ITypedView2)
See Also