Click or drag to resize

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; }

Property Value

Type: DataRow
A DataRow representation of the type strong object
See Also