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

Gets the specified single column.

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

Syntax


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

Parameters

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

Return Value

StatusValue