Table of Contents

Class Configuration.SqlServer

Namespace
LinqToDB.Common
Assembly
linq2db.dll

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

Field Value

bool