←Select platform

IsKeyColumn Property

Summary

Specifies whether the column is primary key.

Syntax

C#
VB
C++
public bool IsKeyColumn { get; set; } 
  
Public Property IsKeyColumn As Boolean 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly