3 references to Value
System.Data.OleDb (3)
OleDbConnection.cs (1)
466if (null == wrapper.Value)
OleDbConnectionInternal.cs (2)
577UnsafeNativeMethods.IDBSchemaRowset? dbSchemaRowset = wrapper.Value; 627UnsafeNativeMethods.IDBSchemaRowset dbSchemaRowset = wrapper.Value;