1 write to _schemaRowset
System.Data.OleDb (1)
OleDbConnectionInternal.cs (1)
602
supportedSchemas[i].
_schemaRowset
= Marshal.PtrToStructure<Guid>(ptr)!;
3 references to _schemaRowset
System.Data.OleDb (3)
OleDbConnectionInternal.cs (2)
521
values[0] = supportedSchemas[i].
_schemaRowset
;
688
if (schema == schemaSupport[i].
_schemaRowset
)
OleDbMetaDataFactory.cs (1)
134
if (_schemaMapping[mapping]._schemaRowset == schemaSupport[i].
_schemaRowset
)