Constructor DbPrimaryKeyAttribute
| Improve this Doc View SourceDbPrimaryKeyAttribute(String)
Initializes a new instance of DbPrimaryKeyAttribute.
Declaration
public DbPrimaryKeyAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the database primary key. |