Sdílet prostřednictvím


EntityShaperExpression.MarkAsNullable Metoda

Definice

Upozornění

Use MakeNullable() instead.

Označí tento tvarovač jako s možnou hodnotou null, což znamená, že může formovat instance entit s hodnotou null.

public virtual Microsoft.EntityFrameworkCore.Query.EntityShaperExpression MarkAsNullable ();
[System.Obsolete("Use MakeNullable() instead.")]
public virtual Microsoft.EntityFrameworkCore.Query.EntityShaperExpression MarkAsNullable ();
abstract member MarkAsNullable : unit -> Microsoft.EntityFrameworkCore.Query.EntityShaperExpression
override this.MarkAsNullable : unit -> Microsoft.EntityFrameworkCore.Query.EntityShaperExpression
[<System.Obsolete("Use MakeNullable() instead.")>]
abstract member MarkAsNullable : unit -> Microsoft.EntityFrameworkCore.Query.EntityShaperExpression
override this.MarkAsNullable : unit -> Microsoft.EntityFrameworkCore.Query.EntityShaperExpression
Public Overridable Function MarkAsNullable () As EntityShaperExpression

Návraty

Tento výraz, pokud se nezměnila hodnota nullability, nebo výraz s aktualizovanou hodnotou null.

Atributy

Platí pro