Initializes a new instance of the DataObjectAccessor class.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public DataObjectAccessorBase( Object dataObject ) |
Visual Basic |
---|
Public Sub New ( dataObject As Object ) |
Visual C++ |
---|
public: DataObjectAccessorBase( Object^ dataObject ) |
F# |
---|
new : dataObject : Object -> DataObjectAccessorBase |
Parameters
- dataObject
- Type: System..::..Object
The data object.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | Thrown if the dataObject is null. |