| RecordClassRow Property |
This property handles the DataRow that the parrentclass assign when using the
New(DataRow) constructor
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public DataRow Row { get; set; }
Public Property Row As DataRow
Get
Set
Property Value
Type:
DataRowA DataRow representation of the type strong object
See Also