Click or drag to resize

objectTableBaseSaveAs Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the table on specified path. According to [!:aceCommonTypes.enums.getWritableFileMode] mode selected

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public virtual bool SaveAs(
	string path,
	getWritableFileMode mode = getWritableFileMode.newOrExisting
)
Request Example View Source

Parameters

path
Type: SystemString
The path.
mode (Optional)
Type: imbSCI.Data.enumsgetWritableFileMode
The mode.

Return Value

Type: Boolean
See Also