Click or drag to resize

objectTableBaseSave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves this instance. Returns true on success

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

Parameters

mode (Optional)
Type: imbSCI.Data.enumsgetWritableFileMode

Return Value

Type: Boolean
TRUE if saved sucessfully
Exceptions
ExceptionCondition
[!:aceCommonTypes.core.exceptions.dataException]Can't just call Save() when no FileInfo instance ever set - null - Save() failed, call SaveAs() first
See Also