IDataAccessAdapterFetchTypedView 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.12.0.0 (5.12.0)
Syntaxvoid FetchTypedView(
DataTable dataTableToFill,
QueryParameters parameters
)
Sub FetchTypedView (
dataTableToFill As DataTable,
parameters As QueryParameters
)
Parameters
- dataTableToFill
- Type: System.DataDataTable
The data table to fill. - parameters
- Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters.
See Also