public new void Length(int length) { if (!mapping.IsSpecified("Length")) { mapping.Length = length; } }
public bool IsSet(Member property) { return(mapping.IsSpecified(propertyMappings.Get(property))); }