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

Gets the specified columns.

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

Syntax


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

Parameters

instance
Type: Uri
The instance.
table
Type: String
The table.
key
Type: String
The key.
columnList
Type: List<(Of <(<'String>)>)>
The column list.

Return Value

StatusKeyColumnValues