ZarahDB..::..Put Method (Uri, String, KeyColumnValues, Nullable<(Of <(<'Int32>)>)>)

Puts the specified key column values into a specific table of the named instance.

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

Syntax


public static StatusMessageValue Put(
	Uri instance,
	string table,
	KeyColumnValues keyColumnValues,
	Nullable<int> timeoutSeconds
)
Public Shared Function Put ( _
	instance As Uri, _
	table As String, _
	keyColumnValues As KeyColumnValues, _
	timeoutSeconds As Nullable(Of Integer) _
) As StatusMessageValue
public:
static StatusMessageValue^ Put(
	Uri^ instance, 
	String^ table, 
	KeyColumnValues^ keyColumnValues, 
	Nullable<int^> timeoutSeconds
)

Parameters

instance
Type: Uri
The instance.
table
Type: String
The table.
keyColumnValues
Type: ZarahDB_Library.Types..::..KeyColumnValues
The key column values.
timeoutSeconds
Type: Nullable<(Of <(<'Int32>)>)>
The timeout seconds.

Return Value

StatusValue