DbTableSave Function | |
Namespace:
XSharp.Data
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax FUNCTION DbTableSave(
oTable AS DbDataTable
) AS LOGIC
public static bool DbTableSave(
DbDataTable oTable
)
Request Example
View SourceParameters
- oTable
- Type: DbDataTable
Return Value
Type:
LogicSee Also