←Select platform

IsKeyColumn Property

Summary
Specifies whether the column is primary key.
Syntax
C#
VB
C++
Java
public bool IsKeyColumn { get; set; } 
  
Public Property IsKeyColumn As Boolean 
public boolean isKeyColumn(); 
public: 
property bool IsKeyColumn { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the column is a primary key; otherwise, not.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.