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

Gets the specified key.

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

Syntax


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

Parameters

key
Type: String
The key.

Return Value

StatusKeyColumnValues