LookupTableDataSet.Relations Property
Collection of DataTable relationships, such as primary keys, foreign keys, types of relationships, and constraints.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public ReadOnly Property Relations As DataRelationCollection
Get
'Usage
Dim instance As LookupTableDataSet
Dim value As DataRelationCollection
value = instance.Relations
public DataRelationCollection Relations { get; }
Property Value
Type: System.Data.DataRelationCollection