Share via


QueryCompilationContext.NonNullableReferenceTypeParameters Property

Definition

Names of parameters which have non-nullable reference types.

[System.Diagnostics.CodeAnalysis.Experimental("EF9100")]
public virtual System.Collections.Generic.IReadOnlySet<string> NonNullableReferenceTypeParameters { get; }
[<System.Diagnostics.CodeAnalysis.Experimental("EF9100")>]
member this.NonNullableReferenceTypeParameters : System.Collections.Generic.IReadOnlySet<string>
Public Overridable ReadOnly Property NonNullableReferenceTypeParameters As IReadOnlySet(Of String)

Property Value

Attributes

Applies to