LengthColumnConfiguration Class

 

Used to configure a column with length facets for an entity type or complex type. This configuration functionality is exposed by the Code First Fluent API, see DbModelBuilder.

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


public abstract class LengthColumnConfiguration : PrimitiveColumnConfiguration

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Overrides PrimitiveColumnConfiguration.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a particular type.(Overrides PrimitiveColumnConfiguration.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the type of the current instance.

System_CAPS_pubmethodHasColumnOrder(Nullable<Int32>)

Configures the order of the primitive column used to store the property. This method is also used to specify key ordering when an entity type has a composite key.(Inherited from PrimitiveColumnConfiguration.)

System_CAPS_pubmethodHasColumnType(String)

Configures the data type of the primitive column used to store the property.(Inherited from PrimitiveColumnConfiguration.)

System_CAPS_pubmethodHasMaxLength(Nullable<Int32>)

Configures the column to have the specified maximum length.

System_CAPS_pubmethodIsFixedLength()

Configures the column to be fixed length.

System_CAPS_pubmethodIsMaxLength()

Configures the column to allow the maximum length supported by the database provider.

System_CAPS_pubmethodIsOptional()

Configures the primitive column to be optional.(Inherited from PrimitiveColumnConfiguration.)

System_CAPS_pubmethodIsRequired()

Configures the primitive column to be required.(Inherited from PrimitiveColumnConfiguration.)

System_CAPS_pubmethodIsVariableLength()

Configures the column to be variable length.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Overrides PrimitiveColumnConfiguration.ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.