ComponentOne DataObjects for .NET
DataLibrary Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : DataLibrary Property
Gets or sets the name of the data library containing the schema.
Syntax
'Declaration
 
Public Property DataLibrary As System.String
public System.string DataLibrary {get; set;}
Remarks
In a client application using a data library, this property determines the name of the data library containing the schema for this data set. It is the name of a data library assembly included in the project References. The name does not include the ".dll" extension.
See Also

Reference

C1DataSet Class
C1DataSet Members