IConventionEntityType.RemoveServiceProperty Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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
Kaldırılan özellik veya null özellik bulunamıyorsa.