Sdílet prostřednictvím


RelationalEntityShaperExpression.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 override Microsoft.EntityFrameworkCore.Query.EntityShaperExpression MarkAsNullable ();
[System.Obsolete("Use MakeNullable() instead.")]
public override Microsoft.EntityFrameworkCore.Query.EntityShaperExpression MarkAsNullable ();
override this.MarkAsNullable : unit -> Microsoft.EntityFrameworkCore.Query.EntityShaperExpression
[<System.Obsolete("Use MakeNullable() instead.")>]
override this.MarkAsNullable : unit -> Microsoft.EntityFrameworkCore.Query.EntityShaperExpression
Public Overrides 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