Share via


TimesheetDataSet.Relations property

Gets the collection of relations that link tables and enable navigation from parent tables to child tables in the TimesheetDataSet.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property Relations As DataRelationCollection
    Get
'Usage
Dim instance As TimesheetDataSet
Dim value As DataRelationCollection

value = instance.Relations
public DataRelationCollection Relations { get; }

Property value

Type: System.Data.DataRelationCollection

See also

Reference

TimesheetDataSet class

TimesheetDataSet members

WebSvcTimeSheet namespace