Responder Developer Guide
IsPrimaryKey Method


Syntax
'Declaration
 
Public Shared Function IsPrimaryKey( _
   ByVal column As DataColumn _
) As Boolean
'Usage
 
Dim column As DataColumn
Dim value As Boolean
 
value = DbSqlBuilder.IsPrimaryKey(column)
public static bool IsPrimaryKey( 
   DataColumn column
)

Parameters

column
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbSqlBuilder Class
DbSqlBuilder Members

 

 


Send Comment