Knight Data Access Layer
KeyType Property (Field)




KellermanSoftware.NetDataAccessLayer Namespace > Field Class : KeyType Property
How the primary key is set
Syntax
Public Property KeyType As Nullable(Of PrimaryKeyType)
Dim instance As Field
Dim value As Nullable(Of PrimaryKeyType)
 
instance.KeyType = value
 
value = instance.KeyType
public Nullable<PrimaryKeyType> KeyType {get; set;}
public: __property Nullable<PrimaryKeyType> get_KeyType();
public: __property void set_KeyType( 
   Nullable<PrimaryKeyType> value
);
public:
property Nullable<PrimaryKeyType> KeyType {
   Nullable<PrimaryKeyType> get();
   void set (    Nullable<PrimaryKeyType> value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Field Class
Field Members