dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2DataSet Class / Relations Property

On this page
    Relations Property
    On this page
    Gets the collection of relations within the DB2DataSet
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Relations As DataRelationCollection
    public new DataRelationCollection Relations {get;}

    Property Value

    The collection of relations.
    See Also