QuickObjects.ObjectBase Send comments on this topic.
PrimaryKeyFields Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObject Interface : PrimaryKeyFields Property
PrimaryKeyFields

Holds a collection of IField type fields that make up the Primary key the business object's tables.

Syntax

C# 
virtual IFieldCollection PrimaryKeyFields {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also