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