SyncDataSet.Relations propriedade
Obtém a coleção de relações que vincular tabelas e permitem a navegação de tabelas pais para tabelas filho de SyncDataSet.
Namespace: WebSvcProject
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property Relations As DataRelationCollection
Get
'Uso
Dim instance As SyncDataSet
Dim value As DataRelationCollection
value = instance.Relations
public DataRelationCollection Relations { get; }
Valor de propriedade
Tipo: System.Data.DataRelationCollection