Sends an asynchronous Load command when the value is changed.
Namespace:
T.Modules.DataSet
Assembly: T.Modules (in T.Modules.dll)
Assembly: T.Modules (in T.Modules.dll)
The value of the LoadExecuted property is changed when the operation is concluded.
C# Example
if (@Dataset.File.File1Unicode.Load.Equals(0)) @Dataset.File.File1Unicode.Load = 1; else @Dataset.File.File1Unicode.Load = 0;