Knight Data Access Layer
KeyType Property (PrimaryKeyAttribute)




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > PrimaryKeyAttribute Class : KeyType Property
How the primary key is set
Syntax
Public ReadOnly Property KeyType As PrimaryKeyType
Dim instance As PrimaryKeyAttribute
Dim value As PrimaryKeyType
 
value = instance.KeyType
public PrimaryKeyType KeyType {get;}
public: __property PrimaryKeyType get_KeyType();
public:
property PrimaryKeyType KeyType {
   PrimaryKeyType get();
}
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

PrimaryKeyAttribute Class
PrimaryKeyAttribute Members