Click or drag to resize

Dataset Constructor (String)

Initializes a new instance of the Dataset class.

Namespace:  SanteDB.Core.Model.Export
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public Dataset(
	string id
)

Parameters

id
Type: SystemString
The identifier.
See Also