PrimaryKey Property

Indicates whether or not this column definition is part of the primary keys list.

Syntax

Property PrimaryKey As Boolean

Parameters

None

Examples

IronPython

#Get 

#Set 


C#

//Get 

//Set 


Remarks