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

Leadtools.Medical.Logging.DataAccessLayer Assembly