2 implementations of vValue
System.Data.OleDb (2)
OleDbStruct.cs (2)
320object? ItagDBPROP.vValue => this.vValue; 350object? ItagDBPROP.vValue => this.vValue;
4 references to vValue
System.Data.OleDb (4)
OleDbCommand.cs (1)
1267return dbprops[0].vValue;
OleDbConnectionInternal.cs (1)
377return dbprops[0].vValue;
OleDbConnectionStringBuilder.cs (1)
489info._defaultValue = prop.vValue;
OleDbDataReader.cs (1)
1828return dbprops[0].vValue;