Esempio n. 1
0
        public new void OrderBy(string orderBy)
        {
            if (mapping.IsSpecified("OrderBy"))
            {
                return;
            }

            mapping.OrderBy = orderBy;
        }
Esempio n. 2
0
 public new bool IsSet(Member property)
 {
     return(mapping.IsSpecified(mappedProperties.Get(property)));
 }