Class NpgsqlLoggerExtensions
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.
Inheritance
Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Internal
Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
Syntax
public static class NpgsqlLoggerExtensions
Methods
| Improve this Doc View SourceCollationFound(IDiagnosticsLogger<Scaffolding>, string, string, string, string, string?, bool)
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 static void CollationFound(this IDiagnosticsLogger<DbLoggerCategory.Scaffolding> diagnostics, string schema, string collationName, string lcCollate, string lcCtype, string? provider, bool deterministic)
Parameters
Type | Name | Description |
---|---|---|
IDiagnosticsLogger<><Scaffolding> | diagnostics | |
string | schema | |
string | collationName | |
string | lcCollate | |
string | lcCtype | |
string? | provider | |
bool | deterministic |
ColumnFound(IDiagnosticsLogger<Scaffolding>, string, string, string, bool, bool, string?, 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 static void ColumnFound(this IDiagnosticsLogger<DbLoggerCategory.Scaffolding> diagnostics, string tableName, string columnName, string dataTypeName, bool nullable, bool identity, string? defaultValue, string? computedValue)
Parameters
Type | Name | Description |
---|---|---|
IDiagnosticsLogger<><Scaffolding> | diagnostics | |
string | tableName | |
string | columnName | |
string | dataTypeName | |
bool | nullable | |
bool | identity | |
string? | defaultValue | |
string? | computedValue |
EnumColumnSkippedWarning(IDiagnosticsLogger<Scaffolding>, 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 static void EnumColumnSkippedWarning(this IDiagnosticsLogger<DbLoggerCategory.Scaffolding> diagnostics, string columnName)
Parameters
Type | Name | Description |
---|---|---|
IDiagnosticsLogger<><Scaffolding> | diagnostics | |
string | columnName |
ExpressionIndexSkippedWarning(IDiagnosticsLogger<Scaffolding>, string, 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 static void ExpressionIndexSkippedWarning(this IDiagnosticsLogger<DbLoggerCategory.Scaffolding> diagnostics, string indexName, string tableName)
Parameters
Type | Name | Description |
---|---|---|
IDiagnosticsLogger<><Scaffolding> | diagnostics | |
string | indexName | |
string | tableName |
ForeignKeyReferencesMissingPrincipalTableWarning(IDiagnosticsLogger<Scaffolding>, string?, string?, 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 static void ForeignKeyReferencesMissingPrincipalTableWarning(this IDiagnosticsLogger<DbLoggerCategory.Scaffolding> diagnostics, string? foreignKeyName, string? tableName, string? principalTableName)
Parameters
Type | Name | Description |
---|---|---|
IDiagnosticsLogger<><Scaffolding> | diagnostics | |
string? | foreignKeyName | |
string? | tableName | |
string? | principalTableName |
MissingSchemaWarning(IDiagnosticsLogger<Scaffolding>, 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 static void MissingSchemaWarning(this IDiagnosticsLogger<DbLoggerCategory.Scaffolding> diagnostics, string? schemaName)
Parameters
Type | Name | Description |
---|---|---|
IDiagnosticsLogger<><Scaffolding> | diagnostics | |
string? | schemaName |
MissingTableWarning(IDiagnosticsLogger<Scaffolding>, 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 static void MissingTableWarning(this IDiagnosticsLogger<DbLoggerCategory.Scaffolding> diagnostics, string? tableName)
Parameters
Type | Name | Description |
---|---|---|
IDiagnosticsLogger<><Scaffolding> | diagnostics | |
string? | tableName |
UniqueConstraintFound(IDiagnosticsLogger<Scaffolding>, string?, 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 static void UniqueConstraintFound(this IDiagnosticsLogger<DbLoggerCategory.Scaffolding> diagnostics, string? uniqueConstraintName, string tableName)
Parameters
Type | Name | Description |
---|---|---|
IDiagnosticsLogger<><Scaffolding> | diagnostics | |
string? | uniqueConstraintName | |
string | tableName |
UnsupportedColumnConstraintSkippedWarning(IDiagnosticsLogger<Scaffolding>, string?, 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 static void UnsupportedColumnConstraintSkippedWarning(this IDiagnosticsLogger<DbLoggerCategory.Scaffolding> diagnostics, string? indexName, string tableName)
Parameters
Type | Name | Description |
---|---|---|
IDiagnosticsLogger<><Scaffolding> | diagnostics | |
string? | indexName | |
string | tableName |
UnsupportedColumnIndexSkippedWarning(IDiagnosticsLogger<Scaffolding>, string, 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 static void UnsupportedColumnIndexSkippedWarning(this IDiagnosticsLogger<DbLoggerCategory.Scaffolding> diagnostics, string indexName, string tableName)
Parameters
Type | Name | Description |
---|---|---|
IDiagnosticsLogger<><Scaffolding> | diagnostics | |
string | indexName | |
string | tableName |