1 write to _schemaRowset
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
554
supportedSchemas[i].
_schemaRowset
= (Guid) Marshal.PtrToStructure(ptr, typeof(Guid));
3 references to _schemaRowset
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
489
values[0] = supportedSchemas[i].
_schemaRowset
;
634
if (schema == schemaSupport[i].
_schemaRowset
) {
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (1)
132
if (_schemaMapping[mapping]._schemaRowset == schemaSupport[i].
_schemaRowset
){