ZarahDB..::..DeleteTable Method

Deletes the table.

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

Syntax


public static bool DeleteTable(
	Uri instance,
	string table,
	Nullable<int> timeoutSeconds
)
Public Shared Function DeleteTable ( _
	instance As Uri, _
	table As String, _
	timeoutSeconds As Nullable(Of Integer) _
) As Boolean
public:
static bool^ DeleteTable(
	Uri^ instance, 
	String^ table, 
	Nullable<int^> timeoutSeconds
)

Parameters

instance
Type: Uri
The instance.
table
Type: String
The table.
timeoutSeconds
Type: Nullable<(Of <(<'Int32>)>)>
The timeout seconds.

Return Value

System.Boolean