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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.