Click or drag to resize

BCSTableDeleteValues Method (String, Object)

Deletes row(s) from 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 DeleteValues(
	string matchColumn,
	Object matchValue
)

Parameters

matchColumn
Type: SystemString
The column name of which to search the value for a match.
matchValue
Type: SystemObject
The field value to match.
Remarks
Executes a query like: DELETE FROM TableName WHERE MatchColumn = MatchValue
See Also