Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DataObjectFieldAttribute() [1/4]

System.ComponentModel.DataObjectFieldAttribute.DataObjectFieldAttribute ( bool primaryKey)
inline

Definition at line 16 of file DataObjectFieldAttribute.cs.

17 : this(primaryKey, isIdentity: false, isNullable: false, -1)
18 {
19 }