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

DataObjectFieldAttribute() public method

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

Same methods

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