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

Tests if the specified table exists.

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

Syntax


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

Parameters

instance
Type: Uri
The instance.
table
Type: String
The table.

Return Value

System.Boolean