Table of Contents

Class WellKnownTypes.LinqToDB.Configuration

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll
public static class WellKnownTypes.LinqToDB.Configuration
Inheritance
WellKnownTypes.LinqToDB.Configuration

Properties

ConnectionOptions_MappingSchema

MappingSchema property reference.

public static CodeReference ConnectionOptions_MappingSchema { get; }

Property Value

CodeReference

DataOptions

DataOptions type descriptor.

public static IType DataOptions { get; }

Property Value

IType

DataOptionsExtensions_UseConfiguration

public static CodeIdentifier DataOptionsExtensions_UseConfiguration { get; }

Property Value

CodeIdentifier

DataOptionsExtensions_UseMappingSchema

public static CodeIdentifier DataOptionsExtensions_UseMappingSchema { get; }

Property Value

CodeIdentifier

DataOptions_ConnectionOptions

ConnectionOptions property reference.

public static CodeReference DataOptions_ConnectionOptions { get; }

Property Value

CodeReference

DataOptions_Options

Options property reference.

public static CodeReference DataOptions_Options { get; }

Property Value

CodeReference

Methods

DataOptionsWithType(IType)

Returns DataOptions<T> type descriptor.

public static IType DataOptionsWithType(IType contextType)

Parameters

contextType IType

Context type.

Returns

IType

Type descriptor.