Initializes a new instance of the DataSetDef class.

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

C#
public DataSetDef(
	Schema schema
)
Visual Basic (Declaration)
Public Sub New ( _
	schema As Schema _
)

Parameters

schema
Type: Schema
Schema the dataset belongs to.

See Also