Active Query Builder 2 .NET Edition reference
PrimaryKey Property



Gets or sets the Primary Key attribute of a field.
Syntax
'Declaration
 
Public Property PrimaryKey As System.Boolean
'Usage
 
Dim instance As MetadataField
Dim value As System.Boolean
 
instance.PrimaryKey = value
 
value = instance.PrimaryKey
public System.bool PrimaryKey {get; set;}
public: __property System.bool get_PrimaryKey();
public: __property void set_PrimaryKey( 
   System.bool value
);
See Also

Reference

MetadataField Class
MetadataField Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback