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

◆ DataObjectFieldAttribute() [2/4]

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

Definition at line 21 of file DataObjectFieldAttribute.cs.

22 : this(primaryKey, isIdentity, isNullable: false, -1)
23 {
24 }