DefaultSchema
The default schema to be used when schemas aren't explicitly specified in a given query.
データ型
string
デフォルト値
""
解説
The DefaultCatalog need to be specified if you want to use this property. If you would like to omit the schema names when querying, you can set DefaultSchema to one of the schemas in DefaultCatalog.
This will cause the provider to assume you want the table corresponding to the default schema when you omit explicit schema names.