Click or drag to resize
Grid Solutions Framework

DataSetAdapter   Conversion (DataSet to DataSetAdapter)

Implicitly converts a DataSet to a DataSetAdapter.

Namespace: GrafanaAdapters.Metadata
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public static implicit operator DataSetAdapter (
	DataSet source
)
View Source

Parameters

source  DataSet
Source DataSet to convert.

Return Value

DataSetAdapter
See Also