public static Hashtable GetNonKeyAttributeMemberInfos(Type type)
 {
     return(DomainObjectUtility.GetNonKeyAttributeMemberInfos(DomainObjectUtility.GetTableMapAttribute(type), DomainObjectUtility.GetMemberInfos(type)));
 }
 public static Hashtable GetNonKeyAttributeMemberInfos(object obj)
 {
     return(DomainObjectUtility.GetNonKeyAttributeMemberInfos(DomainObjectUtility.GetTableMapAttribute(obj), DomainObjectUtility.GetMemberInfos(obj)));
 }