Initializes a new instance of the CustomTypeDescriptorAccessor class.

Namespace: Dapfor.Wpf.Data
Assembly: 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

ExceptionCondition
System..::..ArgumentNullExceptionRaised if the dataObject is null.

See Also