Beispiel #1
0
 public object GetValueOf(string attributeName)
 {
     if (_nnoi.IsNull())
     {
         throw new OdbRuntimeException(
                   NDatabaseError.TriggerCalledOnNullObject.AddParameter(_nnoi.GetClassInfo().FullClassName).
                   AddParameter(attributeName));
     }
     return(_nnoi.GetValueOf(attributeName));
 }