Click or drag to resize

DataSetExtensions Class

Defines extension functions related to DataSet instances.
Inheritance Hierarchy
SystemObject
  GSF.DataDataSetExtensions

Namespace: GSF.Data
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
Syntax
public static class DataSetExtensions
View Source

The DataSetExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodDeriveColumnType Gets column object Type from given DataType.
Public Extension MethodDeserializeToDataSet Deserializes a DataSet from a Stream.
Public Extension MethodGetDataType Attempts to derive DataType based on object Type.
Public Extension MethodSerializeToStream Serializes a DataSet to a destination Stream.
Top
See Also