System\ComponentModel\DataObjectFieldAttribute.cs (3)
15public DataObjectFieldAttribute(bool primaryKey) : this(primaryKey, false, false, -1)
19public DataObjectFieldAttribute(bool primaryKey, bool isIdentity) : this(primaryKey, isIdentity, false, -1)
23public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable) : this(primaryKey, isIdentity, isNullable, -1)