Load Method
- Last UpdatedAug 21, 2026
- 1 minute read
Load method is called by the SE Framework when load happens.
'Declaration
Sub Load( _
ByVal appData As Dictionary(Of String,Byte()) _
)
void Load(
Dictionary<string,byte[]> appData
)
void Load(
Dictionary<String^,array<byte>>^ appData
)
Parameters
- appData
- It returns the dictionary which was saved in the database