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

PrimaryKeyFields

Holds a collection of IField type fields that make up the Primary key for this business objects tables.

Syntax

C# 
[XmlIgnoreAttribute()]
public IFieldCollection PrimaryKeyFields {get; set;}

Requirements

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

See Also