Adds a row to the table.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void AddValues( string column, Object value ) |
Visual Basic |
---|
Public Sub AddValues ( _ column As String, _ value As Object _ ) |
Visual C++ |
---|
public: void AddValues( String^ column, Object^ value ) |
Parameters
- column
- Type: System..::..String
The column name of which to add the value.
- value
- Type: System..::..Object
The value to add.
Remarks
Executes a query like: INSERT INTO TableName (column) VALUES (value)