ZarahDB..::..Get Method (String, String)

Gets the specified table.

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

Syntax


public static StatusKeyColumnValues Get(
	string table,
	string key
)
Public Shared Function Get ( _
	table As String, _
	key As String _
) As StatusKeyColumnValues
public:
static StatusKeyColumnValues^ Get(
	String^ table, 
	String^ key
)

Parameters

table
Type: String
The table.
key
Type: String
The key.

Return Value

StatusKeyColumnValues