Compartir a través de


IConventionTypeBase.RemoveComplexProperty Método

Definición

Sobrecargas

RemoveComplexProperty(IConventionComplexProperty)

Quita una propiedad de este tipo.

RemoveComplexProperty(String)

Quita una propiedad de este tipo.

RemoveComplexProperty(IConventionComplexProperty)

Quita una propiedad de este tipo.

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

Parámetros

property
IConventionComplexProperty

La propiedad que se va a quitar.

Devoluciones

Propiedad quitada o null si no se encontró la propiedad .

Se aplica a

RemoveComplexProperty(String)

Quita una propiedad de este tipo.

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

Parámetros

name
String

Nombre de la propiedad que se quitará.

Devoluciones

Propiedad que se quitó.

Se aplica a