Gets or sets the name of the data set in the schema.

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

Syntax

C#
[EditorAttribute("C1.Data.Design.DiagramNameEditor, C1.Data.Design.2", 
	typeof(UITypeEditor))]
public string DataSetDef { get; set; }
Visual Basic (Declaration)
<EditorAttribute("C1.Data.Design.DiagramNameEditor, C1.Data.Design.2",  _
	GetType(UITypeEditor))> _
Public Property DataSetDef As String
	Get
	Set

See Also