Condividi tramite


IMutableEntityType.RemoveServiceProperty Metodo

Definizione

Overload

RemoveServiceProperty(IReadOnlyServiceProperty)

Rimuove una proprietà del servizio da questo tipo di entità.

RemoveServiceProperty(String)

Rimuove una proprietà del servizio da questo tipo di entità.

RemoveServiceProperty(IReadOnlyServiceProperty)

Rimuove una proprietà del servizio da questo tipo di entità.

public Microsoft.EntityFrameworkCore.Metadata.IMutableServiceProperty? RemoveServiceProperty (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyServiceProperty property);
abstract member RemoveServiceProperty : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyServiceProperty -> Microsoft.EntityFrameworkCore.Metadata.IMutableServiceProperty
Public Function RemoveServiceProperty (property As IReadOnlyServiceProperty) As IMutableServiceProperty

Parametri

property
IReadOnlyServiceProperty

Proprietà da rimuovere.

Restituisce

Proprietà rimossa o null se la proprietà non è stata trovata.

Si applica a

RemoveServiceProperty(String)

Rimuove una proprietà del servizio da questo tipo di entità.

public Microsoft.EntityFrameworkCore.Metadata.IMutableServiceProperty RemoveServiceProperty (string name);
public Microsoft.EntityFrameworkCore.Metadata.IMutableServiceProperty? RemoveServiceProperty (string name);
abstract member RemoveServiceProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableServiceProperty
Public Function RemoveServiceProperty (name As String) As IMutableServiceProperty

Parametri

name
String

Nome della proprietà da rimuovere.

Restituisce

Proprietà rimossa o null se la proprietà non è stata trovata.

Si applica a