internal void SetContext(DataContext ctx)
 {
     this.ctx = ctx;
     if (dataType == null) {
         if (propType == null) throw new InvalidOperationException ("Property type not specified");
         dataType = ctx.GetConfigurationDataType (propType);
     }
 }