在打开IWorkSpace之后。使用ExecuteSQL方法可以利用SQL语句对数据进行更新,同时也可以进行其他操作。
(pFeatureWorkspace as IWorkspace).ExecuteSQL(string.Format("update {0} set {1}='{2}' where OBJECTID={3}", OutLayerName, addField, fieldValue, out_f.OID))
在打开IWorkSpace之后。使用ExecuteSQL方法可以利用SQL语句对数据进行更新,同时也可以进行其他操作。
(pFeatureWorkspace as IWorkspace).ExecuteSQL(string.Format("update {0} set {1}='{2}' where OBJECTID={3}", OutLayerName, addField, fieldValue, out_f.OID))