ConventionSetBuilder.Remove 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.
Overloads
Remove(Type) |
Removes the convention of the given type. |
Remove<TImplementaion>() |
Remove the convention of the given type. |
Remove(Type)
- Source:
- ConventionSetBuilder.cs
- Source:
- ConventionSetBuilder.cs
- Source:
- ConventionSetBuilder.cs
Removes the convention of the given type.
public virtual void Remove (Type conventionType);
abstract member Remove : Type -> unit
override this.Remove : Type -> unit
Public Overridable Sub Remove (conventionType As Type)
Parameters
- conventionType
- Type
The convention type to remove.
Applies to
Remove<TImplementaion>()
- Source:
- ConventionSetBuilder.cs
- Source:
- ConventionSetBuilder.cs
Remove the convention of the given type.
public virtual void Remove<TImplementaion> () where TImplementaion : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention;
abstract member Remove : unit -> unit (requires 'Implementaion :> Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention)
override this.Remove : unit -> unit (requires 'Implementaion :> Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention)
Public Overridable Sub Remove(Of TImplementaion As IConvention) ()
Type Parameters
- TImplementaion
The type of convention to remove
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