dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDataSet Class / Relations Property

In This Topic
    Relations Property
    In This Topic
    Gets the collection of relations within the MySqlDataSet
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Relations As DataRelationCollection
    public new DataRelationCollection Relations {get;}

    Property Value

    The collection of relations.
    See Also