Bagikan melalui


IMutableTypeBase.RemoveProperty Metode

Definisi

Overload

RemoveProperty(IReadOnlyProperty)

Menghapus properti dari tipe ini.

RemoveProperty(String)

Menghapus properti dari tipe ini.

RemoveProperty(IReadOnlyProperty)

Menghapus properti dari tipe ini.

public Microsoft.EntityFrameworkCore.Metadata.IMutableProperty? RemoveProperty (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
abstract member RemoveProperty : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
Public Function RemoveProperty (property As IReadOnlyProperty) As IMutableProperty

Parameter

property
IReadOnlyProperty

Properti yang akan dihapus.

Mengembalikan

Properti yang dihapus, atau null jika properti tidak ditemukan.

Berlaku untuk

RemoveProperty(String)

Menghapus properti dari tipe ini.

public Microsoft.EntityFrameworkCore.Metadata.IMutableProperty? RemoveProperty (string name);
abstract member RemoveProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
Public Function RemoveProperty (name As String) As IMutableProperty

Parameter

name
String

Nama properti yang akan dihapus.

Mengembalikan

Properti yang dihapus, atau null jika properti tidak ditemukan.

Berlaku untuk