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

In This Topic
    DataSetRelationName Property
    In This Topic
    Gets or sets the base DataRelation by its name.
    Syntax
    'Declaration
     
    Public Property DataSetRelationName As System.String
    public System.string DataSetRelationName {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 a null or empty string value then a base DataRelation will be detected automatically.

    See Also