ZarahDB..::..Put Method (String, KeyColumnValues)

Puts the specified key column values into a specific table using the default timeout.

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

Syntax


public static StatusMessageValue Put(
	string table,
	KeyColumnValues keyColumnValues
)
Public Shared Function Put ( _
	table As String, _
	keyColumnValues As KeyColumnValues _
) As StatusMessageValue
public:
static StatusMessageValue^ Put(
	String^ table, 
	KeyColumnValues^ keyColumnValues
)

Parameters

table
Type: String
The table.
keyColumnValues
Type: ZarahDB_Library.Types..::..KeyColumnValues
The key column values.

Return Value

StatusValue