XRecordReload Method (Int32) |
Reloads this record. This function is non-readable-fields safe.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Reload(
int p_ReadTimeout = 300
)
Public Function Reload (
Optional p_ReadTimeout As Integer = 300
) As Boolean
Parameters
- p_ReadTimeout (Optional)
- Type: SystemInt32
The read timeout.
Return Value
Type:
Booleantrue if The record is reloaded without error,
false otherwise.
See Also