ComponentOne DataObjects for .NET
RemoteDataService Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : RemoteDataService Property
Gets the RemoteDataService-derived class of the data library.
Syntax
'Declaration
 
Public ReadOnly Property RemoteDataService As RemoteDataService
public RemoteDataService RemoteDataService {get;}
Remarks
This property enables the programmer to access the RemoteDataService-derived class in the data library, both in 2-tier and 3-tier configuration. This property is necessary for calling business methods (methods added by the programmer to the RemoteDataService-derived class in the data library). For example, see the CustomFillUpdate sample.
See Also

Reference

C1DataSet Class
C1DataSet Members