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.286-beta+af3877f0fd6bd9f0ab0bb09de528343468ffe7d4
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