ORM Sample Class Library

DataManagerBase.GetDataView Method 

Gets a view from the Database

[Visual Basic]
Public Function GetDataView( _
   ByVal viewOrTableName As String _
) As DataView
[C#]
public DataView GetDataView(
   string viewOrTableName
);

Parameters

viewOrTableName
Name of the View

Return Value

The DataView view

See Also

DataManagerBase Class | OrmLib Namespace


ng to execute.
tables
The tables, in correct order, to populate.
dataSet
The data set to fill.
transaction

Return Value

The filled DataSet of the supplied Type

See Also

DataManagerBase Class | OrmLib Namespace | DataManagerBase.FillDataSet Overload List


workSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.