DbDataTable.Save 方法 | |
Save the changes in the DbDataTable to the underlying RDD
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 METHOD Save(
oRDD AS IRdd
) AS LOGIC
public bool Save(
IRdd oRDD
)
查看代码参数
- oRDD
- 类型:IRdd
The RDD object for the area where the changes must be saved.
返回值
类型:
Boolean参见