Knight Data Access Layer
PrimaryKeyAttribute Constructor(PrimaryKeyType,String)




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > PrimaryKeyAttribute Class > PrimaryKeyAttribute Constructor : PrimaryKeyAttribute Constructor(PrimaryKeyType,String)
Define by the KeyType and Sequence
Syntax
Public Function New( _
   ByVal keyType As PrimaryKeyType, _
   ByVal sequence As String _
)
Dim keyType As PrimaryKeyType
Dim sequence As String
 
Dim instance As New PrimaryKeyAttribute(keyType, sequence)
public PrimaryKeyAttribute( 
   PrimaryKeyType keyType,
   string sequence
)
public: PrimaryKeyAttribute( 
   PrimaryKeyType keyType,
   string* sequence
)
public:
PrimaryKeyAttribute( 
   PrimaryKeyType keyType,
   String^ sequence
)

Parameters

keyType
sequence
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
Overload List