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

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(
	DataTable dataTableToFill,
	QueryParameters parameters
)

Parameters

dataTableToFill
Type: System.DataDataTable
The data table to fill.
parameters
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters.

Implements

IDataAccessAdapterFetchTypedView(DataTable, QueryParameters)
Exceptions
ExceptionCondition
ArgumentNullExceptionparameters
See Also