CoreLoggerExtensions.AccidentalComplexPropertyCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs for the AccidentalComplexPropertyCollection event.
public static void AccidentalComplexPropertyCollection(this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> diagnostics, Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty);
static member AccidentalComplexPropertyCollection : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> * Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> unit
<Extension()>
Public Sub AccidentalComplexPropertyCollection (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Model.Validation), complexProperty As IComplexProperty)
Parameters
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model.Validation>
The diagnostics logger to use.
- complexProperty
- IComplexProperty
The complex property.