2016-07-18 2 views

答えて

2

はい、ただし直接はありません。

style = oldStyle + "Notes=100;" 
Repository.Execute("UPDATE t_diagramobjects SET ObjectStyle=" + style + " WHERE InstanceID=" + instanceId) 

変更するダイアグラムオブジェクトのinstanceIdとします。また、oldStyleは現在の内容がObjectStyleであり、セミコロンで終わり、 "Notes =;"文字列。

関連する問題