|
CsvImportAdapterImportPath Property
|
Gets or sets the path in which to search for new CSV files.
Namespace: CsvAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public string ImportPath { get; set; }
<ConnectionStringParameterAttribute>
Public Property ImportPath As String
Get
Set
public:
[ConnectionStringParameterAttribute]
property String^ ImportPath {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
member ImportPath : string with get, set
function get_ImportPath();
function set_ImportPath(value);
View SourceProperty Value
StringSee Also