IResultDataLoadHeader Method (IDiagnostics) |
Loads the header information of the results from a persistent media into memory. Load uses the connection
object to decide what and how it should load the data.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax void LoadHeader(
IDiagnostics diagnostics
)
Sub LoadHeader (
diagnostics As IDiagnostics
)
void LoadHeader(
IDiagnostics^ diagnostics
)
Parameters
- diagnostics
- Type: DHI.Mike1D.GenericIDiagnostics
[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.ResultDataAccess.IResultData.LoadHeader(DHI.Mike1D.Generic.IDiagnostics)"]
See Also