Class Configuration.LinqService
Linq over WCF global settings.
public static class Configuration.LinqService
- Inheritance
-
Configuration.LinqService
Fields
SerializeAssemblyQualifiedName
Controls format of type name, sent over remote context:
- if
true
- name from AssemblyQualifiedName used; - if
false
- name from FullName used. Default value:false
.
public static bool SerializeAssemblyQualifiedName
Field Value
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