compmod\system\componentmodel\DataObjectFieldAttribute.cs (3)
23public DataObjectFieldAttribute(bool primaryKey) : this(primaryKey, false, false, -1) {
26public DataObjectFieldAttribute(bool primaryKey, bool isIdentity) : this(primaryKey, isIdentity, false, -1) {
29public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable) : this(primaryKey, isIdentity, isNullable, -1){