SqlCePropertyMaxLengthConvention.Apply Method

 

Applies the convention to the given provider.

Namespace:   System.Data.Entity.ModelConfiguration.Conventions
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodApply(ComplexType, DbModel)

Applies the convention to the given provider.

System_CAPS_pubmethodApply(EntityType, DbModel)

Applies the convention to the given provider.


SqlCePropertyMaxLengthConvention.Apply Method (ComplexType, DbModel)

Applies the convention to the given provider.

public virtual void Apply(
	ComplexType item,
	DbModel model
)

SqlCePropertyMaxLengthConvention.Apply Method (EntityType, DbModel)

Applies the convention to the given provider.

public virtual void Apply(
	EntityType item,
	DbModel model
)