4 references to FileName
System.Data (4)
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (4)
58
validKeywords[(int)Keywords.FileName] = DbConnectionStringKeywords.
FileName
;
67
hash.Add(DbConnectionStringKeywords.
FileName
, Keywords.FileName);
144
[DisplayName(DbConnectionStringKeywords.
FileName
)]
153
SetValue(DbConnectionStringKeywords.
FileName
, value);