コード例 #1
0
 public new void Length(int length)
 {
     if (!mapping.IsSpecified("Length"))
     {
         mapping.Length = length;
     }
 }
コード例 #2
0
 public bool IsSet(Member property)
 {
     return(mapping.IsSpecified(propertyMappings.Get(property)));
 }