Method | Description | |
---|---|---|
UniqueKeyAttribute ( ) : System |
Marks a property as unique key. By default the field name is the property name.
|
|
UniqueKeyAttribute ( string fieldName ) : System |
Marks a property as unique key.
|
public UniqueKeyAttribute ( string fieldName ) : System | ||
fieldName | string | The field name to use for this property. |
return | System |