Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of relations that link tables and allow navigation from parent tables to child tables in the ProjectContextDataSet.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Relations As DataRelationCollection
Get
'Usage
Dim instance As ProjectContextDataSet
Dim value As DataRelationCollection
value = instance.Relations
public DataRelationCollection Relations { get; }
Property value
Type: System.Data.DataRelationCollection