A row of data which has been returned from a database reader on the server.

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

Syntax

C#
[DataContractAttribute(Namespace = "http://schemas.mindscape.net.nz/LightSpeed/v4")]
public class RawDataRow
Visual Basic (Declaration)
<DataContractAttribute(Namespace := "http://schemas.mindscape.net.nz/LightSpeed/v4")> _
Public Class RawDataRow

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.ServiceModel..::.RawDataRow

See Also