Aracılığıyla paylaş


IConventionEntityType.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.IConventionServiceProperty? RemoveServiceProperty (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyServiceProperty property);
abstract member RemoveServiceProperty : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyServiceProperty -> Microsoft.EntityFrameworkCore.Metadata.IConventionServiceProperty
Public Function RemoveServiceProperty (property As IReadOnlyServiceProperty) As IConventionServiceProperty

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.IConventionServiceProperty RemoveServiceProperty (string name);
public Microsoft.EntityFrameworkCore.Metadata.IConventionServiceProperty? RemoveServiceProperty (string name);
abstract member RemoveServiceProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionServiceProperty
Public Function RemoveServiceProperty (name As String) As IConventionServiceProperty

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