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.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
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