←Select platform

Relations Property

Summary

Get the collection of relations that link tables and allow navigation from parent tables to child tables.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public DataRelationCollection Relations { get; } 
  
Public ReadOnly Property Relations As DataRelationCollection 
public: 
property DataRelationCollection^ Relations { 
   DataRelationCollection^ get(); 
} 

Property Value

A System.Data.DataRelationCollection that contains a collection of System.Data.DataRelation objects. An empty collection is returned if no System.Data.DataRelation objects exist.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly