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ıla özelliği.

Döndürülenler

IConventionServiceProperty

Kaldırılan özellik null veya özelliği bulunamadı.

Ş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ıla özelliğin adı.

Döndürülenler

IConventionServiceProperty

Kaldırılan özellik veya null özellik bulunamıyorsa.

Şunlara uygulanır