SqlServerEventId.ByteIdentityColumnWarning Field

Definition

A byte property is set up to use a SQL Server identity column.

public static readonly Microsoft.Extensions.Logging.EventId ByteIdentityColumnWarning;
 staticval mutable ByteIdentityColumnWarning : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly ByteIdentityColumnWarning As EventId 

Field Value

Remarks

This event is in the DbLoggerCategory.Model.Validation category.

This event uses the PropertyEventData payload when used with a DiagnosticSource.

Applies to