IMutableEntityType.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.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 bulunmazsa.
Ş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ı.