TypeConventionWithHavingConfiguration<T> Class
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.
Allows configuration to be performed for a lightweight convention based on the entity types in a model and a captured value.
public class TypeConventionWithHavingConfiguration<T> where T : class
type TypeConventionWithHavingConfiguration<'T (requires 'T : null)> = class
Public Class TypeConventionWithHavingConfiguration(Of T)
Type Parameters
- T
Type of the captured value.
- Inheritance
-
TypeConventionWithHavingConfiguration<T>
Methods
Configure(Action<ConventionTypeConfiguration,T>) |
Allows configuration of the entity types that this convention applies to. |
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
GetType() |
Gets the Type of the current instance. |
ToString() | Returns a string that represents the current object. |
Applies to
Entity Framework