System.ComponentModel.DataObjectFieldAttribute.DataObjectFieldAttribute C# (CSharp) 메소드

DataObjectFieldAttribute() 공개 메소드

public DataObjectFieldAttribute ( bool primaryKey ) : System
primaryKey bool
리턴 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