public new void OrderBy(string orderBy) { if (mapping.IsSpecified("OrderBy")) { return; } mapping.OrderBy = orderBy; }
public new bool IsSet(Member property) { return(mapping.IsSpecified(mappedProperties.Get(property))); }