ComponentOne DataObjects for .NET
SchemaDef Property (C1DataSet)

C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : SchemaDef Property
Returns or sets the C1SchemaDef component hosting the schema on which the data set is based.
Syntax
'Declaration
 
Public Property SchemaDef As C1SchemaDef
public C1SchemaDef SchemaDef {get; set;}
Remarks
This property determines the C1SchemaDef component to which the data set is connected.

In direct client applications, this property is usually set at design time to a C1SchemaDef component residing in the same form.

In a client application using a data library, this property is left empty. The C1.Data.SchemaObjects.Schema is retrieved from the data library.

See Also

Reference

C1DataSet Class
C1DataSet Members
Schema Objects
Application configurations