KeyAttribute Constructors
Indicates that a property or a field is a key.Name | Parameters | Description |
---|---|---|
KeyAttribute() | none | Initializes a new instance of the KeyAttribute class. |
KeyAttribute(Boolean) | autoGenerate | Initializes a new instance of the KeyAttribute class with the specified KeyAttribute.AutoGenerate property. |
See Also