Table of Contents

Class Configuration.LinqService

Namespace
LinqToDB.Common
Assembly
linq2db.dll

Linq over WCF global settings.

public static class Configuration.LinqService
Inheritance
Configuration.LinqService

Fields

SerializeAssemblyQualifiedName

Controls format of type name, sent over remote context:

public static bool SerializeAssemblyQualifiedName

Field Value

bool

ThrowUnresolvedTypeException

Controls behavior of linq2db, when it cannot load Type by type name on query deserialization:

  • if true - LinqToDBException will be thrown;
  • if false - type load error will be ignored. Default value: false.
public static bool ThrowUnresolvedTypeException

Field Value

bool