Class NpgsqlAnnotationNames
- Namespace
- Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal
- 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 static class NpgsqlAnnotationNames
- Inheritance
-
NpgsqlAnnotationNames
- Inherited Members
Fields
CollationDefinitionPrefix
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 const string CollationDefinitionPrefix = "Npgsql:CollationDefinition:"
Field Value
Comment
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.
[Obsolete("Replaced by built-in EF Core support, use HasComment on entities or properties.")]
public const string Comment = "Npgsql:Comment"
Field Value
CompressionMethod
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 const string CompressionMethod = "Npgsql:Compression:"
Field Value
CreatedConcurrently
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 const string CreatedConcurrently = "Npgsql:CreatedConcurrently"
Field Value
DatabaseTemplate
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 const string DatabaseTemplate = "Npgsql:DatabaseTemplate"
Field Value
DefaultColumnCollation
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.
[Obsolete("Use EF Core's standard model bulk configuration API")]
public const string DefaultColumnCollation = "Npgsql:DefaultColumnCollation"
Field Value
ElementDataType
If this column's data type is an array, contains the data type of its elements. Otherwise null.
public const string ElementDataType = "Npgsql:ElementDataType"
Field Value
EnumPrefix
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 const string EnumPrefix = "Npgsql:Enum:"
Field Value
HiLoSequenceName
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 const string HiLoSequenceName = "Npgsql:HiLoSequenceName"
Field Value
HiLoSequenceSchema
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 const string HiLoSequenceSchema = "Npgsql:HiLoSequenceSchema"
Field Value
IdentityOptions
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 const string IdentityOptions = "Npgsql:IdentitySequenceOptions"
Field Value
IndexCollation
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.
[Obsolete("Replaced by RelationalAnnotationNames.Collation")]
public const string IndexCollation = "Npgsql:IndexCollation"
Field Value
IndexExpression
If the index contains an expression (rather than simple column references), the expression is contained here. This is currently unsupported and will be ignored.
public const string IndexExpression = "Npgsql:IndexExpression"
Field Value
IndexInclude
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 const string IndexInclude = "Npgsql:IndexInclude"
Field Value
IndexMethod
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 const string IndexMethod = "Npgsql:IndexMethod"
Field Value
IndexNullSortOrder
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 const string IndexNullSortOrder = "Npgsql:IndexNullSortOrder"
Field Value
IndexOperators
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 const string IndexOperators = "Npgsql:IndexOperators"
Field Value
IndexSortOrder
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 const string IndexSortOrder = "Npgsql:IndexSortOrder"
Field Value
NullsDistinct
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 const string NullsDistinct = "Npgsql:NullsDistinct"
Field Value
PostgresExtensionPrefix
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 const string PostgresExtensionPrefix = "Npgsql:PostgresExtension:"
Field Value
PostgresTypeType
Identifies the type of the PostgreSQL type of this column (e.g. array, range, base).
public const string PostgresTypeType = "Npgsql:PostgresTypeType"
Field Value
Prefix
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 const string Prefix = "Npgsql:"
Field Value
RangePrefix
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 const string RangePrefix = "Npgsql:Range:"
Field Value
SequenceName
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 const string SequenceName = "Npgsql:SequenceName"
Field Value
SequenceNameSuffix
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 const string SequenceNameSuffix = "Npgsql:SequenceNameSuffix"
Field Value
SequenceSchema
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 const string SequenceSchema = "Npgsql:SequenceSchema"
Field Value
StorageParameterPrefix
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 const string StorageParameterPrefix = "Npgsql:StorageParameter:"
Field Value
Tablespace
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 const string Tablespace = "Npgsql:Tablespace"
Field Value
TsVectorConfig
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 const string TsVectorConfig = "Npgsql:TsVectorConfig"
Field Value
TsVectorProperties
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 const string TsVectorProperties = "Npgsql:TsVectorProperties"
Field Value
UnloggedTable
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 const string UnloggedTable = "Npgsql:UnloggedTable"
Field Value
ValueGeneratedOnAdd
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.
[Obsolete("Replaced by ValueGenerationStrategy.SerialColumn")]
public const string ValueGeneratedOnAdd = "Npgsql:ValueGeneratedOnAdd"
Field Value
ValueGenerationStrategy
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 const string ValueGenerationStrategy = "Npgsql:ValueGenerationStrategy"