Table of Contents

Class WellKnownTypes.LinqToDB.Mapping

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

Properties

AssociationAttribute

AssociationAttribute type descriptor.

public static IType AssociationAttribute { get; }

Property Value

IType

AssociationAttribute_AliasName

AliasName property reference.

public static CodeReference AssociationAttribute_AliasName { get; }

Property Value

CodeReference

AssociationAttribute_CanBeNull

CanBeNull property reference.

public static CodeReference AssociationAttribute_CanBeNull { get; }

Property Value

CodeReference

AssociationAttribute_ExpressionPredicate

ExpressionPredicate property reference.

public static CodeReference AssociationAttribute_ExpressionPredicate { get; }

Property Value

CodeReference

AssociationAttribute_OtherKey

OtherKey property reference.

public static CodeReference AssociationAttribute_OtherKey { get; }

Property Value

CodeReference

AssociationAttribute_QueryExpressionMethod

QueryExpressionMethod property reference.

public static CodeReference AssociationAttribute_QueryExpressionMethod { get; }

Property Value

CodeReference

AssociationAttribute_Storage

Storage property reference.

public static CodeReference AssociationAttribute_Storage { get; }

Property Value

CodeReference

AssociationAttribute_ThisKey

ThisKey property reference.

public static CodeReference AssociationAttribute_ThisKey { get; }

Property Value

CodeReference

ColumnAttribute

ColumnAttribute type descriptor.

public static IType ColumnAttribute { get; }

Property Value

IType

ColumnAttribute_CanBeNull

CanBeNull property reference.

public static CodeReference ColumnAttribute_CanBeNull { get; }

Property Value

CodeReference

ColumnAttribute_CreateFormat

CreateFormat property reference.

public static CodeReference ColumnAttribute_CreateFormat { get; }

Property Value

CodeReference

ColumnAttribute_DataType

DataType property reference.

public static CodeReference ColumnAttribute_DataType { get; }

Property Value

CodeReference

ColumnAttribute_DbType

DbType property reference.

public static CodeReference ColumnAttribute_DbType { get; }

Property Value

CodeReference

ColumnAttribute_IsDiscriminator

IsDiscriminator property reference.

public static CodeReference ColumnAttribute_IsDiscriminator { get; }

Property Value

CodeReference

ColumnAttribute_IsIdentity

IsIdentity property reference.

public static CodeReference ColumnAttribute_IsIdentity { get; }

Property Value

CodeReference

ColumnAttribute_IsPrimaryKey

IsPrimaryKey property reference.

public static CodeReference ColumnAttribute_IsPrimaryKey { get; }

Property Value

CodeReference

ColumnAttribute_Length

Length property reference.

public static CodeReference ColumnAttribute_Length { get; }

Property Value

CodeReference

ColumnAttribute_MemberName

MemberName property reference.

public static CodeReference ColumnAttribute_MemberName { get; }

Property Value

CodeReference

ColumnAttribute_Order

Order property reference.

public static CodeReference ColumnAttribute_Order { get; }

Property Value

CodeReference

ColumnAttribute_Precision

Precision property reference.

public static CodeReference ColumnAttribute_Precision { get; }

Property Value

CodeReference

ColumnAttribute_PrimaryKeyOrder

PrimaryKeyOrder property reference.

public static CodeReference ColumnAttribute_PrimaryKeyOrder { get; }

Property Value

CodeReference

ColumnAttribute_Scale

Scale property reference.

public static CodeReference ColumnAttribute_Scale { get; }

Property Value

CodeReference

ColumnAttribute_SkipOnEntityFetch

SkipOnEntityFetch property reference.

public static CodeReference ColumnAttribute_SkipOnEntityFetch { get; }

Property Value

CodeReference

ColumnAttribute_SkipOnInsert

SkipOnInsert property reference.

public static CodeReference ColumnAttribute_SkipOnInsert { get; }

Property Value

CodeReference

ColumnAttribute_SkipOnUpdate

SkipOnUpdate property reference.

public static CodeReference ColumnAttribute_SkipOnUpdate { get; }

Property Value

CodeReference

ColumnAttribute_Storage

Storage property reference.

public static CodeReference ColumnAttribute_Storage { get; }

Property Value

CodeReference

EntityMappingBuilder_HasAttribute

public static CodeIdentifier EntityMappingBuilder_HasAttribute { get; }

Property Value

CodeIdentifier

EntityMappingBuilder_Member

public static CodeIdentifier EntityMappingBuilder_Member { get; }

Property Value

CodeIdentifier

FluentMappingBuilder

FluentMappingBuilder type descriptor.

public static IType FluentMappingBuilder { get; }

Property Value

IType

FluentMappingBuilder_Build

Build() method reference.

public static CodeIdentifier FluentMappingBuilder_Build { get; }

Property Value

CodeIdentifier

FluentMappingBuilder_Entity

Entity<T>(string?) method reference.

public static CodeIdentifier FluentMappingBuilder_Entity { get; }

Property Value

CodeIdentifier

FluentMappingBuilder_HasAttribute

public static CodeIdentifier FluentMappingBuilder_HasAttribute { get; }

Property Value

CodeIdentifier

MappingAttribute_Configuration

Configuration property reference.

public static CodeReference MappingAttribute_Configuration { get; }

Property Value

CodeReference

MappingSchema

MappingSchema type descriptor.

public static IType MappingSchema { get; }

Property Value

IType

MappingSchema_CombineSchemas

public static CodeIdentifier MappingSchema_CombineSchemas { get; }

Property Value

CodeIdentifier

MappingSchema_SetConvertExpression

public static CodeIdentifier MappingSchema_SetConvertExpression { get; }

Property Value

CodeIdentifier

NotColumnAttribute

NotColumnAttribute type descriptor.

public static IType NotColumnAttribute { get; }

Property Value

IType

PropertyMappingBuilder_IsNotColumn

IsNotColumn() method reference.

public static CodeIdentifier PropertyMappingBuilder_IsNotColumn { get; }

Property Value

CodeIdentifier

TableAttribute

TableAttribute type descriptor.

public static IType TableAttribute { get; }

Property Value

IType

TableAttribute_Database

Database property reference.

public static CodeReference TableAttribute_Database { get; }

Property Value

CodeReference

TableAttribute_IsColumnAttributeRequired

IsColumnAttributeRequired property reference.

public static CodeReference TableAttribute_IsColumnAttributeRequired { get; }

Property Value

CodeReference

TableAttribute_IsTemporary

IsTemporary property reference.

public static CodeReference TableAttribute_IsTemporary { get; }

Property Value

CodeReference

TableAttribute_IsView

IsView property reference.

public static CodeReference TableAttribute_IsView { get; }

Property Value

CodeReference

TableAttribute_Schema

Schema property reference.

public static CodeReference TableAttribute_Schema { get; }

Property Value

CodeReference

TableAttribute_Server

Server property reference.

public static CodeReference TableAttribute_Server { get; }

Property Value

CodeReference

TableAttribute_TableOptions

TableOptions property reference.

public static CodeReference TableAttribute_TableOptions { get; }

Property Value

CodeReference

Methods

EntityMappingBuilderWithType(IType)

Returns EntityMappingBuilder<TEntity> type descriptor.

public static IType EntityMappingBuilderWithType(IType entityType)

Parameters

entityType IType

Entity type.

Returns

IType

Entity mapping builder type.