IConventionEntityType.RemoveProperty 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
| RemoveProperty(String) |
Bu varlık türünden bir özelliği kaldırır. |
| RemoveProperty(IReadOnlyProperty) |
Bu varlık türünden bir özelliği kaldırır. |
| RemoveProperty(IConventionProperty) |
Bu varlık türünden bir özelliği kaldırır. |
RemoveProperty(String)
Bu varlık türünden bir özelliği kaldırır.
public Microsoft.EntityFrameworkCore.Metadata.IConventionProperty? RemoveProperty (string name);
abstract member RemoveProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionProperty
Public Function RemoveProperty (name As String) As IConventionProperty
Parametreler
- name
- String
Kaldırıla özelliğin adı.
Döndürülenler
Kaldırılan özellik.
Şunlara uygulanır
RemoveProperty(IReadOnlyProperty)
Bu varlık türünden bir özelliği kaldırır.
public Microsoft.EntityFrameworkCore.Metadata.IConventionProperty? RemoveProperty (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
abstract member RemoveProperty : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.IConventionProperty
Public Function RemoveProperty (property As IReadOnlyProperty) As IConventionProperty
Parametreler
- property
- IReadOnlyProperty
Kaldırıla özelliği.
Döndürülenler
Kaldırılan özellik null veya özelliği bulunamadı.
Şunlara uygulanır
RemoveProperty(IConventionProperty)
Bu varlık türünden bir özelliği kaldırır.
public void RemoveProperty (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
public Microsoft.EntityFrameworkCore.Metadata.IConventionProperty RemoveProperty (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
abstract member RemoveProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
abstract member RemoveProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Microsoft.EntityFrameworkCore.Metadata.IConventionProperty
Public Sub RemoveProperty (property As IConventionProperty)
Public Function RemoveProperty (property As IConventionProperty) As IConventionProperty
Parametreler
- property
- IConventionProperty
Kaldırıla özelliği.
Döndürülenler
Kaldırılan özelliği.