dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDataSet Class / Relations Property

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

    Property Value

    A collection of relations.
    See Also