public new void Check(string constraint)
 {
     if (!mapping.IsSpecified("Check"))
     {
         mapping.Check = constraint;
     }
 }
Example #2
0
 public new bool IsSet(Member property)
 {
     return(mapping.IsSpecified(mappedProperties.Get(property)));
 }