ZarahDB..::..GetValue Method

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

Syntax


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

Parameters

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