Initializes a new instance of the CustomTypeDescriptorAccessor class.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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. |