Click or drag to resize

ITableOperationsAddNewOrUpdateRecord Method

Adds the specified modeled table record to the database if the record has not defined any of its primary key values; otherwise, the database will be updated with the specified modeled table record.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntax
int AddNewOrUpdateRecord(
	Object record
)
View Source

Parameters

record  Object
Record to add or update.

Return Value

Int32
Number of rows affected.
See Also