IDataSourceFieldSchema.PrimaryKey Property

Definition

Gets a value indicating whether the field is in the primary key.

public:
 property bool PrimaryKey { bool get(); };
public bool PrimaryKey { get; }
member this.PrimaryKey : bool
Public ReadOnly Property PrimaryKey As Boolean

Property Value

true if the field is in the primary key; otherwise, false.

Applies to

See also