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

DataObjectFieldAttribute() public method

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

Same methods

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