2 implementations of dwPropertyID
System.Data.OleDb (2)
OleDbStruct.cs (2)
322int ItagDBPROP.dwPropertyID => this.dwPropertyID; 352int ItagDBPROP.dwPropertyID => this.dwPropertyID;
1 reference to dwPropertyID
System.Data.OleDb (1)
OleDbConnectionStringBuilder.cs (1)
487if ((info._propertyID == prop.dwPropertyID) && (info._propertySet == propertyset))