Click or drag to resize

BCSTable.AddValues Method (String, Object)

Adds a row to the table.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
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)
See Also