Click or drag to resize
BCSTableAddValues 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.19.0)
Syntax
public void AddValues(
	string column,
	Object value
)

Parameters

column
Type: SystemString
The column name of which to add the value.
value
Type: SystemObject
The value to add.
Remarks
Executes a query like: INSERT INTO TableName (column) VALUES (value)
See Also