Aracılığıyla paylaş


IMutableEntityType.RemoveServiceProperty Yöntem

Tanım

Aşırı Yüklemeler

RemoveServiceProperty(IReadOnlyServiceProperty)

Bu varlık türünden bir hizmet özelliğini kaldırır.

RemoveServiceProperty(String)

Bu varlık türünden bir hizmet özelliğini kaldırır.

RemoveServiceProperty(IReadOnlyServiceProperty)

Bu varlık türünden bir hizmet özelliğini kaldırır.

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

Parametreler

property
IReadOnlyServiceProperty

Kaldırılacak özellik.

Döndürülenler

Kaldırılan özellik veya null özellik bulunamadıysa.

Şunlara uygulanır

RemoveServiceProperty(String)

Bu varlık türünden bir hizmet özelliğini kaldırır.

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

Parametreler

name
String

Kaldırılacak özelliğin adı.

Döndürülenler

Kaldırılan özellik veya null özellik bulunamadıysa.

Şunlara uygulanır