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