复制字段值。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll
语法
C# |
---|
public static Dictionary<string, Object> CopyFieldValue( Recordset srcRecordset, List<string> srcFields, List<string> targetFields ) |
参数
- srcRecordset
- Type: SuperMap.Data..::.Recordset
源数据
- srcFields
- Type: System.Collections.Generic..::.List<(Of <(String>)>)
源字段
- targetFields
- Type: System.Collections.Generic..::.List<(Of <(String>)>)