QueryCompilationContext.NonNullableReferenceTypeParameters Property
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.
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