ComplexPropertyBuilder.Ignore(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Excludes the given property from the complex type. This method is typically used to remove properties and navigations from the complex type that were added by convention.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder Ignore (string propertyName);
abstract member Ignore : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder
override this.Ignore : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder
Public Overridable Function Ignore (propertyName As String) As ComplexPropertyBuilder
Parameters
- propertyName
- String
The name of the property to be removed from the complex type.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework