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.53.0)
Syntax
public void AddValues( IEnumerable<string> columns, IEnumerable<Object> values )
Parameters
- columns
- Type:
System.Collections.Generic IEnumerable
String
The collection of column names of which to add the values.
- values
- Type:
System.Collections.Generic IEnumerable
Object
The collection of values to add.
Remarks
See Also