Class NpgsqlEnumTypeMapping
- Assembly
- Npgsql.EntityFrameworkCore.PostgreSQL.dll
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public class NpgsqlEnumTypeMapping : RelationalTypeMapping
- Inheritance
-
NpgsqlEnumTypeMapping
- Inherited Members
Constructors
NpgsqlEnumTypeMapping(RelationalTypeMappingParameters, string, IReadOnlyDictionary<object, string>)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected NpgsqlEnumTypeMapping(RelationalTypeMapping.RelationalTypeMappingParameters parameters, string unquotedStoreType, IReadOnlyDictionary<object, string> labels)
Parameters
parametersRelationalTypeMapping.RelationalTypeMappingParametersunquotedStoreTypestringlabelsIReadOnlyDictionary<object, string>
NpgsqlEnumTypeMapping(string, string, Type, IReadOnlyDictionary<object, string>)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public NpgsqlEnumTypeMapping(string quotedStoreType, string unquotedStoreType, Type enumType, IReadOnlyDictionary<object, string> labels)
Parameters
quotedStoreTypestringunquotedStoreTypestringenumTypeTypelabelsIReadOnlyDictionary<object, string>
Properties
Default
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public static NpgsqlEnumTypeMapping Default { get; }
Property Value
Labels
Maps the CLR member values to the PostgreSQL value labels.
public virtual IReadOnlyDictionary<object, string> Labels { get; }
Property Value
Remarks
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
UnquotedStoreType
The unquoted store type, used for setting on DataTypeName.
public virtual string UnquotedStoreType { get; }
Property Value
Remarks
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
Methods
Clone(RelationalTypeMappingParameters)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override RelationalTypeMapping Clone(RelationalTypeMapping.RelationalTypeMappingParameters parameters)
Parameters
Returns
Clone(string, IReadOnlyDictionary<object, string>)
This method exists only to support the compiled model.
public virtual NpgsqlEnumTypeMapping Clone(string unquotedStoreType, IReadOnlyDictionary<object, string> labels)
Parameters
unquotedStoreTypestringlabelsIReadOnlyDictionary<object, string>
Returns
Remarks
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
ConfigureParameter(DbParameter)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override void ConfigureParameter(DbParameter parameter)
Parameters
parameterDbParameter
GenerateNonNullSqlLiteral(object)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
protected override string GenerateNonNullSqlLiteral(object value)
Parameters
valueobject