[]
Loads the csv data from the source specified in connection string.
[Obsolete("This is obsolete and will be removed in the next version")]
public void Load(Func<string, Stream> getStream = null)
Type | Name | Description |
---|---|---|
Func<string, Stream> | getStream | The stream getter. |