C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace > C1ViewRelation Class : DataSetRelationName Property |
'Declaration Public Property DataSetRelationName As System.String
public System.string DataSetRelationName {get; set;}
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.