Gets or sets the data set defining the schema.

Namespace:  Endeca.Data.Configuration
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[ConfigurationPropertyAttribute("schemaDataSet", IsRequired = true)]
public DataSet SchemaDataSet { get; set; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("schemaDataSet", IsRequired := True)> _
Public Property SchemaDataSet As DataSet
Visual C++
[ConfigurationPropertyAttribute(L"schemaDataSet", IsRequired = true)]
public:
property DataSet^ SchemaDataSet {
	DataSet^ get ();
	void set (DataSet^ value);
}

See Also