Class Configuration.LinqService
Remote context global settings.
public static class Configuration.LinqService
- Inheritance
-
objectConfiguration.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 Linq To DB, 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