Loads a collection implementing interface System.
Introduced: X14.
public async System.Threading.Tasks.Task LoadDataFromModelAsync(System.Collections.IEnumerable model);
Public Async Function LoadDataFromModelAsync(model As System.Collections.IEnumerable) As System.Threading.Tasks.Task
public async System.Threading.Tasks.Task LoadDataFromModelAsync(System.Collections.IEnumerable model, System.IFormatProvider numberAndDateTimeFormat);
Public Async Function LoadDataFromModelAsync(model As System.Collections.IEnumerable, numberAndDateTimeFormat As System.IFormatProvider) As System.Threading.Tasks.Task
Parameter | Description |
---|---|
model | Specifies a System. |
number |
The format which should be applied when converting date / time values and numerical values to strings. |