 |
BcfTableViewBaseRelation Property |
Gets the associated
BcfRelation if this is a childview, else
null.
Namespace: CalculationWorks.ViewModel.WindowsAssembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.0.2.0
Syntaxpublic BcfRelation Relation { get; }
Public ReadOnly Property Relation As BcfRelation
Get
public:
property BcfRelation^ Relation {
BcfRelation^ get ();
}
member Relation : BcfRelation with get
Property Value
Type:
BcfRelationThe associated
BcfRelation if this is a childview, else
null.
Exceptions
Version InformationCalculationWorks.ViewModel.Windows
Supported in: 3.0, 2.1, 2.0
See Also