ZarahDB..::..Put Method (String, String, String, String)
Puts the specified table.
Namespace:
ZarahDB_LibraryAssembly: ZarahDB_Library (in ZarahDB_Library.dll)
Syntax
public static StatusMessageValue Put( string table, string key, string column, string value )
Public Shared Function Put ( _ table As String, _ key As String, _ column As String, _ value As String _ ) As StatusMessageValue
public: static StatusMessageValue^ Put( String^ table, String^ key, String^ column, String^ value )
Parameters
- table
- Type: String
The table.
- key
- Type: String
The key.
- column
- Type: String
The column.
- value
- Type: String
The value.