Class NpgsqlCharacterCharTypeMapping
Type mapping for the PostgreSQL 'character' data type. Handles both CLR strings and chars.
Inheritance
Implements
Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping
Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
Syntax
public class NpgsqlCharacterCharTypeMapping : CharTypeMapping, INpgsqlTypeMapping
Remarks
Constructors
| Improve this Doc View SourceNpgsqlCharacterCharTypeMapping(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.
Declaration
protected NpgsqlCharacterCharTypeMapping(RelationalTypeMappingParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
RelationalTypeMappingParameters | parameters |
Remarks
| Improve this Doc View SourceNpgsqlCharacterCharTypeMapping(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.
Declaration
public NpgsqlCharacterCharTypeMapping(string storeType)
Parameters
Type | Name | Description |
---|---|---|
string | storeType |
Remarks
Properties
| Improve this Doc View SourceNpgsqlDbType
The database type used by Npgsql.
Declaration
public virtual NpgsqlDbType NpgsqlDbType { get; }
Property Value
Type | Description |
---|---|
NpgsqlDbType |
Remarks
Methods
| Improve this Doc View SourceClone(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.
Declaration
protected override RelationalTypeMapping Clone(RelationalTypeMappingParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
RelationalTypeMappingParameters | parameters |
Returns
Type | Description |
---|---|
RelationalTypeMapping |
Remarks
| Improve this Doc View SourceConfigureParameter(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.
Declaration
protected override void ConfigureParameter(DbParameter parameter)
Parameters
Type | Name | Description |
---|---|---|
DbParameter | parameter |