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

◆ DataObjectFieldAttribute() [3/4]

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

Definition at line 26 of file DataObjectFieldAttribute.cs.

27 : this(primaryKey, isIdentity, isNullable, -1)
28 {
29 }