←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly