Beispiel #1
0
 public void Execute(Attribute attr, long owner)
 {
     _name.Value   = attr.Name;
     _type.Value   = (int)attr.Value.Type;
     _source.Value = (int)attr.Source;
     _owner.Value  = owner;
     _value.ResetDbType();
     attr.Value.Accept(this);
     _command.ExecuteNonQuery();
 }