ComponentOne DataObjects for .NET
PrimaryKey Property (BaseTable)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > BaseTable Class : PrimaryKey Property
Gets the name(s) of the table primary key field(s).
Syntax
'Declaration
 
Public MustOverride ReadOnly Property PrimaryKey As System.String
public abstract System.string PrimaryKey {get;}
Remarks
This property returns a comma-delimited string consisting of the names of one or more fields whose Field.PrimaryKey property is set to True.
See Also

Reference

BaseTable Class
BaseTable Members