ZarahDB..::..Get Method (Uri, String, List<(Of <(<'String>)>)>)

Gets the specified list of keys.

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

Syntax


public static StatusKeysColumnValues Get(
	Uri instance,
	string table,
	List<string> keys
)
Public Shared Function Get ( _
	instance As Uri, _
	table As String, _
	keys As List(Of String) _
) As StatusKeysColumnValues
public:
static StatusKeysColumnValues^ Get(
	Uri^ instance, 
	String^ table, 
	List<String^>^ keys
)

Parameters

instance
Type: Uri
The instance.
table
Type: String
The table.
keys
Type: List<(Of <(<'String>)>)>
The keys.

Return Value

StatusKeysColumnValues