ORM Sample Class Library

DataManagerBase.DataSet Property

Gets and sets the DataSet.

[Visual Basic]
Public Property DataSet As DataSet
[C#]
public System.Data.DataSet DataSet {get; set;}

Remarks

Property may be used to set the dataset when the client has one already in cache. Property may be used to get the dataset for when the framework does not expose the required functionality.

See Also

DataManagerBase Class | OrmLib Namespace


assGetTypeTopic.htm">GetType (inherited from Object)Gets the Type of the current instance.