Click or drag to resize

DatabasesIsTypeOK Method

Returns True if the object's type is of the correct type.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override bool IsTypeOK(
	Object item
)

Parameters

item
Type: SystemObject
The object to check for type correctness.

Return Value

Type: Boolean
True if the object is of type IDatabase, False otherwise.
See Also