| 
            
              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.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxint AddNewOrUpdateRecord(
	Object record
)
Function AddNewOrUpdateRecord ( 
	record As Object
) As Integer
int AddNewOrUpdateRecord(
	Object^ record
)
abstract AddNewOrUpdateRecord : 
        record : Object -> int function AddNewOrUpdateRecord(record);
 View SourceParameters
- record  Object
 - Record to add or update.
 
Return Value
Int32Number of rows affected.
See Also