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

Gets the specified key.

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

Syntax


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

Parameters

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

Return Value

StatusKeyColumnValues