ZarahDB..::..Put Method (Uri, String, String, String, String, Nullable<(Of <(<'Int32>)>)>)
Puts the specified instance.
Namespace:
ZarahDB_LibraryAssembly: ZarahDB_Library (in ZarahDB_Library.dll)
Syntax
public static StatusMessageValue Put( Uri instance, string table, string key, string column, string value, Nullable<int> timeoutSeconds )
Parameters
- instance
- Type: Uri
The instance.
- table
- Type: String
The table.
- key
- Type: String
The key.
- column
- Type: String
The column.
- value
- Type: String
The value.