1 instantiation of OleDbPropertyInfo
System.Data (1)
fx\src\data\System\Data\OleDb\PropertyInfoSet.cs (1)
85
OleDbPropertyInfo propertyInfo = new
OleDbPropertyInfo
();
24 references to OleDbPropertyInfo
System.Data (24)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
750
internal Dictionary<string,
OleDbPropertyInfo
> GetPropertyInfo(Guid[] propertySets) {
753
Dictionary<string,
OleDbPropertyInfo
> properties = null;
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (18)
43
private Dictionary<string,
OleDbPropertyInfo
> _propertyInfo;
95
Dictionary<string,
OleDbPropertyInfo
> dynamic = GetProviderInfo(Provider);
96
OleDbPropertyInfo
info = dynamic[keyword];
216
Dictionary<string,
OleDbPropertyInfo
> dynamic = GetProviderInfo(Provider);
373
Dictionary<string,
OleDbPropertyInfo
> dynamic = GetProviderInfo(Provider);
374
OleDbPropertyInfo
info;
384
private Dictionary<string,
OleDbPropertyInfo
> GetProviderInfo(string provider) {
385
Dictionary<string,
OleDbPropertyInfo
> providerInfo = _propertyInfo;
387
providerInfo = new Dictionary<string,
OleDbPropertyInfo
>(StringComparer.OrdinalIgnoreCase);
389
Dictionary<string,
OleDbPropertyInfo
> hash = null;
401
foreach(KeyValuePair<string,
OleDbPropertyInfo
> entry in hash) {
403
OleDbPropertyInfo
info = entry.Value;
417
foreach(KeyValuePair<string,
OleDbPropertyInfo
> entry in hash) {
418
OleDbPropertyInfo
info = entry.Value;
442
foreach(KeyValuePair<string,
OleDbPropertyInfo
> entry in hash) {
443
OleDbPropertyInfo
info = entry.Value;
484
Dictionary<string,
OleDbPropertyInfo
> providerInfo = GetProviderInfo(Provider);
487
foreach(
OleDbPropertyInfo
info in providerInfo.Values) {
fx\src\data\System\Data\OleDb\PropertyInfoSet.cs (4)
63
internal Dictionary<string,
OleDbPropertyInfo
> GetValues() {
64
Dictionary<string,
OleDbPropertyInfo
> propertyLookup = null;
71
propertyLookup = new Dictionary<string,
OleDbPropertyInfo
>(StringComparer.OrdinalIgnoreCase);
85
OleDbPropertyInfo
propertyInfo = new OleDbPropertyInfo();