Class Configuration.SqlServer
SqlServer specific global settings.
public static class Configuration.SqlServer
- Inheritance
-
Configuration.SqlServer
Fields
UseSchemaOnlyToGetSchema
if set to true
, SchemaProvider uses SchemaOnly to get metadata.
Otherwise the sp_describe_first_result_set sproc is used.
Default value: false
.
public static bool UseSchemaOnlyToGetSchema