Bagikan melalui


IConventionTypeBase.RemoveComplexProperty Metode

Definisi

Overload

RemoveComplexProperty(IConventionComplexProperty)

Menghapus properti dari tipe ini.

RemoveComplexProperty(String)

Menghapus properti dari tipe ini.

RemoveComplexProperty(IConventionComplexProperty)

Menghapus properti dari tipe ini.

public Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty? RemoveComplexProperty (Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty property);
abstract member RemoveComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty -> Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty
Public Function RemoveComplexProperty (property As IConventionComplexProperty) As IConventionComplexProperty

Parameter

property
IConventionComplexProperty

Properti yang akan dihapus.

Mengembalikan

Properti yang dihapus, atau null jika properti tidak ditemukan.

Berlaku untuk

RemoveComplexProperty(String)

Menghapus properti dari tipe ini.

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

Parameter

name
String

Nama properti yang akan dihapus.

Mengembalikan

Properti yang dihapus.

Berlaku untuk