ReferenceOwnershipBuilder.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 entity type. This method is typically used to remove properties from the owned entity type that were added by convention.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder Ignore (string propertyName);
abstract member Ignore : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder
override this.Ignore : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.ReferenceOwnershipBuilder
Public Overridable Function Ignore (propertyName As String) As ReferenceOwnershipBuilder
Parameters
- propertyName
- String
The name of then property to be removed from the entity type.
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework