Gets the name(s) of the table primary key field(s).

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

C#
public abstract string PrimaryKey { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property PrimaryKey As String
	Get

Remarks

This property returns a comma-delimited string consisting of the names of one or more fields whose PrimaryKey()()()() property is set to True.

See Also