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