System.ComponentModel.DataObjectFieldAttribute.DataObjectFieldAttribute C# (CSharp) Method

DataObjectFieldAttribute() public method

public DataObjectFieldAttribute ( bool primaryKey ) : System
primaryKey bool
return System
        public DataObjectFieldAttribute(bool primaryKey) : this(primaryKey, false, false, -1) {
        }

Same methods

DataObjectFieldAttribute::DataObjectFieldAttribute ( bool primaryKey, bool isIdentity ) : System
DataObjectFieldAttribute::DataObjectFieldAttribute ( bool primaryKey, bool isIdentity, bool isNullable ) : System
DataObjectFieldAttribute::DataObjectFieldAttribute ( bool primaryKey, bool isIdentity, bool isNullable, int length ) : System