根据指定的需要更新的字段序号,用指定的用于更新的字段值更新符合 attributeFilter条件的所有记录的字段值。需要更新的字段不能够为系统字段,也就是说待更新字段不可以为sm开头的字段(smUserID除外)。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool UpdateField( int fieldIndex, Object value, string attributeFilter ) |
参数
- fieldIndex
- Type: System..::.Int32
需要更新的字段序号。
- value
- Type: System..::.Object
指定用于更新的字段值。
- attributeFilter
- Type: System..::.String
要更新记录的查询条件,如果 attributeFilter为空字符串,则更新表中所有的记录。