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