The row data for this data set.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[DataMemberAttribute]
public RawDataRow[] Rows { get; set; }
Visual Basic (Declaration)
<DataMemberAttribute> _
Public Property Rows As RawDataRow()

See Also