ComponentOne DataObjects for .NET
DataLibraryUrl Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : DataLibraryUrl Property
In a 3-tier client application, this property gets or sets the URL of the data library located on the server.
Syntax
'Declaration
 
Public Property DataLibraryUrl As System.String
public System.string DataLibraryUrl {get; set;}
Remarks
In a 3-tier application, data library runs both on the server and on the client. The DataLibrary property identifies the data library on the client. The DataLibraryUrl property identifies data library on the server. Using this URL, client-side data library invokes the data library on the server.
See Also

Reference

C1DataSet Class
C1DataSet Members