Udostępnij za pośrednictwem


PropertyMaxLengthConvention Klasa

Definicja

Konwencja ustawiania maksymalnej długości właściwości, których typ obsługuje aspekty długości. Wartość domyślna to 128.

public class PropertyMaxLengthConvention : System.Data.Entity.ModelConfiguration.Conventions.IConceptualModelConvention<System.Data.Entity.Core.Metadata.Edm.AssociationType>, System.Data.Entity.ModelConfiguration.Conventions.IConceptualModelConvention<System.Data.Entity.Core.Metadata.Edm.ComplexType>, System.Data.Entity.ModelConfiguration.Conventions.IConceptualModelConvention<System.Data.Entity.Core.Metadata.Edm.EntityType>
type PropertyMaxLengthConvention = class
    interface IConceptualModelConvention<EntityType>
    interface IConceptualModelConvention<ComplexType>
    interface IConceptualModelConvention<AssociationType>
    interface IConvention
Public Class PropertyMaxLengthConvention
Implements IConceptualModelConvention(Of AssociationType), IConceptualModelConvention(Of ComplexType), IConceptualModelConvention(Of EntityType)
Dziedziczenie
PropertyMaxLengthConvention
Implementuje

Konstruktory

PropertyMaxLengthConvention()

Inicjuje nowe wystąpienie o PropertyMaxLengthConvention domyślnej długości.

PropertyMaxLengthConvention(Int32)

Inicjuje nowe wystąpienie o PropertyMaxLengthConvention określonej długości.

Metody

Apply(AssociationType, DbModel)

Stosuje tę konwencję do elementu w modelu.

Apply(ComplexType, DbModel)

Stosuje tę konwencję do elementu w modelu.

Apply(EntityType, DbModel)

Stosuje tę konwencję do elementu w modelu.

Dotyczy