System.Data.Common.DbColumn
public bool?
IsAliased {
get;
protected set; }
public bool?
IsHidden {
get;
protected set; }
public bool?
IsKey {
get;
protected set; }
public bool?
IsLong {
get;
protected set; }
public bool?
IsUnique {
get;
protected set; }
public virtual object this[
string property] {
get; }