Class WellKnownTypes.LinqToDB.Mapping
public static class WellKnownTypes.LinqToDB.Mapping
- Inheritance
-
WellKnownTypes.LinqToDB.Mapping
Properties
AssociationAttribute
AssociationAttribute type descriptor.
public static IType AssociationAttribute { get; }
Property Value
AssociationAttribute_AliasName
AliasName property reference.
public static CodeReference AssociationAttribute_AliasName { get; }
Property Value
AssociationAttribute_CanBeNull
CanBeNull property reference.
public static CodeReference AssociationAttribute_CanBeNull { get; }
Property Value
AssociationAttribute_ExpressionPredicate
ExpressionPredicate property reference.
public static CodeReference AssociationAttribute_ExpressionPredicate { get; }
Property Value
AssociationAttribute_OtherKey
OtherKey property reference.
public static CodeReference AssociationAttribute_OtherKey { get; }
Property Value
AssociationAttribute_QueryExpressionMethod
QueryExpressionMethod property reference.
public static CodeReference AssociationAttribute_QueryExpressionMethod { get; }
Property Value
AssociationAttribute_Storage
Storage property reference.
public static CodeReference AssociationAttribute_Storage { get; }
Property Value
AssociationAttribute_ThisKey
ThisKey property reference.
public static CodeReference AssociationAttribute_ThisKey { get; }
Property Value
ColumnAttribute
ColumnAttribute type descriptor.
public static IType ColumnAttribute { get; }
Property Value
ColumnAttribute_CanBeNull
CanBeNull property reference.
public static CodeReference ColumnAttribute_CanBeNull { get; }
Property Value
ColumnAttribute_CreateFormat
CreateFormat property reference.
public static CodeReference ColumnAttribute_CreateFormat { get; }
Property Value
ColumnAttribute_DataType
DataType property reference.
public static CodeReference ColumnAttribute_DataType { get; }
Property Value
ColumnAttribute_DbType
DbType property reference.
public static CodeReference ColumnAttribute_DbType { get; }
Property Value
ColumnAttribute_IsDiscriminator
IsDiscriminator property reference.
public static CodeReference ColumnAttribute_IsDiscriminator { get; }
Property Value
ColumnAttribute_IsIdentity
IsIdentity property reference.
public static CodeReference ColumnAttribute_IsIdentity { get; }
Property Value
ColumnAttribute_IsPrimaryKey
IsPrimaryKey property reference.
public static CodeReference ColumnAttribute_IsPrimaryKey { get; }
Property Value
ColumnAttribute_Length
Length property reference.
public static CodeReference ColumnAttribute_Length { get; }
Property Value
ColumnAttribute_MemberName
MemberName property reference.
public static CodeReference ColumnAttribute_MemberName { get; }
Property Value
ColumnAttribute_Order
Order property reference.
public static CodeReference ColumnAttribute_Order { get; }
Property Value
ColumnAttribute_Precision
Precision property reference.
public static CodeReference ColumnAttribute_Precision { get; }
Property Value
ColumnAttribute_PrimaryKeyOrder
PrimaryKeyOrder property reference.
public static CodeReference ColumnAttribute_PrimaryKeyOrder { get; }
Property Value
ColumnAttribute_Scale
Scale property reference.
public static CodeReference ColumnAttribute_Scale { get; }
Property Value
ColumnAttribute_SkipOnEntityFetch
SkipOnEntityFetch property reference.
public static CodeReference ColumnAttribute_SkipOnEntityFetch { get; }
Property Value
ColumnAttribute_SkipOnInsert
SkipOnInsert property reference.
public static CodeReference ColumnAttribute_SkipOnInsert { get; }
Property Value
ColumnAttribute_SkipOnUpdate
SkipOnUpdate property reference.
public static CodeReference ColumnAttribute_SkipOnUpdate { get; }
Property Value
ColumnAttribute_Storage
Storage property reference.
public static CodeReference ColumnAttribute_Storage { get; }
Property Value
EntityMappingBuilder_HasAttribute
HasAttribute(MappingAttribute) method reference.
public static CodeIdentifier EntityMappingBuilder_HasAttribute { get; }
Property Value
EntityMappingBuilder_Member
Member<TProperty>(Expression<Func<TEntity, TProperty>>) method reference.
public static CodeIdentifier EntityMappingBuilder_Member { get; }
Property Value
FluentMappingBuilder
FluentMappingBuilder type descriptor.
public static IType FluentMappingBuilder { get; }
Property Value
FluentMappingBuilder_Build
Build() method reference.
public static CodeIdentifier FluentMappingBuilder_Build { get; }
Property Value
FluentMappingBuilder_Entity
Entity<T>(string?) method reference.
public static CodeIdentifier FluentMappingBuilder_Entity { get; }
Property Value
FluentMappingBuilder_HasAttribute
HasAttribute(LambdaExpression, MappingAttribute) method reference.
public static CodeIdentifier FluentMappingBuilder_HasAttribute { get; }
Property Value
MappingAttribute_Configuration
Configuration property reference.
public static CodeReference MappingAttribute_Configuration { get; }
Property Value
MappingSchema
MappingSchema type descriptor.
public static IType MappingSchema { get; }
Property Value
MappingSchema_CombineSchemas
CombineSchemas(MappingSchema, MappingSchema) method reference.
public static CodeIdentifier MappingSchema_CombineSchemas { get; }
Property Value
MappingSchema_SetConvertExpression
SetConvertExpression(DbDataType, DbDataType, LambdaExpression, bool, ConversionType) method reference.
public static CodeIdentifier MappingSchema_SetConvertExpression { get; }
Property Value
NotColumnAttribute
NotColumnAttribute type descriptor.
public static IType NotColumnAttribute { get; }
Property Value
PropertyMappingBuilder_IsNotColumn
IsNotColumn() method reference.
public static CodeIdentifier PropertyMappingBuilder_IsNotColumn { get; }
Property Value
TableAttribute
TableAttribute type descriptor.
public static IType TableAttribute { get; }
Property Value
TableAttribute_Database
Database property reference.
public static CodeReference TableAttribute_Database { get; }
Property Value
TableAttribute_IsColumnAttributeRequired
IsColumnAttributeRequired property reference.
public static CodeReference TableAttribute_IsColumnAttributeRequired { get; }
Property Value
TableAttribute_IsTemporary
IsTemporary property reference.
public static CodeReference TableAttribute_IsTemporary { get; }
Property Value
TableAttribute_IsView
IsView property reference.
public static CodeReference TableAttribute_IsView { get; }
Property Value
TableAttribute_Schema
Schema property reference.
public static CodeReference TableAttribute_Schema { get; }
Property Value
TableAttribute_Server
Server property reference.
public static CodeReference TableAttribute_Server { get; }
Property Value
TableAttribute_TableOptions
TableOptions property reference.
public static CodeReference TableAttribute_TableOptions { get; }
Property Value
Methods
EntityMappingBuilderWithType(IType)
Returns EntityMappingBuilder<TEntity> type descriptor.
public static IType EntityMappingBuilderWithType(IType entityType)
Parameters
entityType
ITypeEntity type.
Returns
- IType
Entity mapping builder type.