메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |