ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRelation Class / DataSetRelation Property

In This Topic
    DataSetRelation Property
    In This Topic
    Gets or sets the base DataRelation.
    Syntax
    'Declaration
     
    Public Property DataSetRelation As System.Data.DataRelation
    public System.Data.DataRelation DataSetRelation {get; set;}
    Remarks
    See the C1DataView Relations topic for details on the C1ViewRelation definition.

    The DataSetRelation and DataSetRelationName are interchangeable; you can define base DataRelation directly or by its name, and in any case the other property will get an appropriate value.

    If you set this property value to null then a base DataRelation will be detected automatically.

    See Also