ResultDataLoadData Method |
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.
Using the filter argument the user may choose to load only a sub-selection of the entire data.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void LoadData(
IDiagnostics diagnostics
)
Public Sub LoadData (
diagnostics As IDiagnostics
)
public:
virtual void LoadData(
IDiagnostics^ diagnostics
) sealed
Parameters
- diagnostics
- Type: DHI.Mike1D.GenericIDiagnostics
[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultData.LoadData(DHI.Mike1D.Generic.IDiagnostics)"]
Implements
IResultDataLoadData(IDiagnostics)See Also