FileDataSource.FileDataSource

FileDataSource constructor

Initializes new file data source with the specified path.

public FileDataSource(string path)
ParameterTypeDescription
pathStringA string representing the path to the source file.

See Also