MasterTable..::..Update Method
Updates the specified row using keys fields and value fields and fills out the return row.
Namespace:
FLEXYGO.EnvironmentAssembly: flxEnvironment (in flxEnvironment.dll)
Syntax
public bool Update( MasterTable..::..MasterTableProperties keys, MasterTable..::..MasterTableProperties values, ref BaseCollection returnRow )
Public Function Update ( _ keys As MasterTable..::..MasterTableProperties, _ values As MasterTable..::..MasterTableProperties, _ ByRef returnRow As BaseCollection _ ) As Boolean
Parameters
- keys
- Type: FLEXYGO.Environment..::..MasterTable..::..MasterTableProperties
The key fields.
- values
- Type: FLEXYGO.Environment..::..MasterTable..::..MasterTableProperties
The values.
- returnRow
- Type: FLEXYGO.Utilities.General..::..BaseCollection%
The return row.