Click or drag to resize

IDatabaseClone Method

Make a clone of the current database.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
IDatabase Clone(
	long flags
)

Parameters

flags
Type: SystemInt64
Provided for future use.

Return Value

Type: IDatabase
The clone of the current database.
See Also