Class NpgsqlArrayTypeMapping<TCollection, TConcreteCollection, TElement>
- Assembly
- Npgsql.EntityFrameworkCore.PostgreSQL.dll
Type mapping for PostgreSQL arrays.
public class NpgsqlArrayTypeMapping<TCollection, TConcreteCollection, TElement> : NpgsqlArrayTypeMapping
Type Parameters
TCollection
TConcreteCollection
TElement
- Inheritance
-
NpgsqlArrayTypeMapping<TCollection, TConcreteCollection, TElement>
- Inherited Members
Remarks
Constructors
NpgsqlArrayTypeMapping(RelationalTypeMapping)
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 NpgsqlArrayTypeMapping(RelationalTypeMapping elementTypeMapping)
Parameters
elementTypeMapping
RelationalTypeMapping
NpgsqlArrayTypeMapping(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 NpgsqlArrayTypeMapping(RelationalTypeMapping.RelationalTypeMappingParameters parameters)
Parameters
NpgsqlArrayTypeMapping(string, RelationalTypeMapping)
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 NpgsqlArrayTypeMapping(string storeType, RelationalTypeMapping elementTypeMapping)
Parameters
storeType
stringelementTypeMapping
RelationalTypeMapping
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 NpgsqlArrayTypeMapping<TCollection, TConcreteCollection, TElement> Default { get; }
Property Value
- NpgsqlArrayTypeMapping<TCollection, TConcreteCollection, TElement>
NpgsqlDbType
The database type used by Npgsql.
public virtual NpgsqlDbType? NpgsqlDbType { get; }
Property Value
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
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
parameter
DbParameter
CreateParameter(DbCommand, string, object?, bool?, ParameterDirection)
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 override DbParameter CreateParameter(DbCommand command, string name, object? value, bool? nullable = null, ParameterDirection direction = ParameterDirection.Input)
Parameters
command
DbCommandname
stringvalue
objectnullable
bool?direction
ParameterDirection
Returns
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
value
object