 |
BcfTableBehaviorPrimaryKey Property |
Gets the primary key.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfTablePrimaryKey PrimaryKey { get; }
Public ReadOnly Property PrimaryKey As BcfTablePrimaryKey
Get
public:
property BcfTablePrimaryKey^ PrimaryKey {
BcfTablePrimaryKey^ get ();
}
member PrimaryKey : BcfTablePrimaryKey with get
Property Value
Type:
BcfTablePrimaryKeyThe primary key.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also