ZarahDB..::..Exists Method (Uri)

Tests if the specified instance exists.

Namespace:  ZarahDB_Library
Assembly:  ZarahDB_Library (in ZarahDB_Library.dll)

Syntax


public static bool Exists(
	Uri instance
)
Public Shared Function Exists ( _
	instance As Uri _
) As Boolean
public:
static bool^ Exists(
	Uri^ instance
)

Parameters

instance
Type: Uri
The instance.

Return Value

System.Boolean