8 references to SchemaSupport
System.Data (8)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (5)
483
SchemaSupport
[] supportedSchemas = GetSchemaRowsetInformation();
527
internal
SchemaSupport
[] GetSchemaRowsetInformation() {
529
SchemaSupport
[] supportedSchemas = constr.SchemaSupport;
550
supportedSchemas = new
SchemaSupport
[schemaCount];
631
SchemaSupport
[] schemaSupport = GetSchemaRowsetInformation();
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (2)
75
internal
SchemaSupport
[] _schemaSupport;
153
internal
SchemaSupport
[] SchemaSupport { // OleDbConnection.GetSchemaRowsetInformation
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (1)
47
SchemaSupport
[] schemaSupport):