Click or drag to resize

DatabasesGetItemName Method

Returns the DatabaseID of the IDatabase object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override string GetItemName(
	Object value
)

Parameters

value
Type: SystemObject
The object of the type specified to this object's constructor.

Return Value

Type: String
A string representing the DatabaseID of the object.
See Also