ZarahDB..::..Put Method (Uri, String, List<(Of <(<'KeyColumnValues>)>)>, Nullable<(Of <(<'Int32>)>)>)
Puts the specified key column values into a specific table of the named instance.
Namespace:
ZarahDB_LibraryAssembly: ZarahDB_Library (in ZarahDB_Library.dll)
Syntax
public static StatusMessageValue Put( Uri instance, string table, List<KeyColumnValues> keyColumnValueses, Nullable<int> timeoutSeconds )
Public Shared Function Put ( _ instance As Uri, _ table As String, _ keyColumnValueses As List(Of KeyColumnValues), _ timeoutSeconds As Nullable(Of Integer) _ ) As StatusMessageValue
public: static StatusMessageValue^ Put( Uri^ instance, String^ table, List<KeyColumnValues^>^ keyColumnValueses, Nullable<int^> timeoutSeconds )
Parameters
- instance
- Type: Uri
The instance.
- table
- Type: String
The table.
- keyColumnValueses
- Type: List<(Of <(<'KeyColumnValues>)>)>
The key column values.