RelationalElementTypeBuilderExtensions Class

Definition

Relational database specific extension methods for ElementTypeBuilder.

public static class RelationalElementTypeBuilderExtensions
type RelationalElementTypeBuilderExtensions = class
Public Module RelationalElementTypeBuilderExtensions
Inheritance
RelationalElementTypeBuilderExtensions

Remarks

See Modeling entity types and relationships for more information and examples.

Methods

CanSetFixedLength(IConventionElementTypeBuilder, Nullable<Boolean>, Boolean)

Returns a value indicating whether the elements can be configured as being fixed length or not.

CanSetStoreType(IConventionElementTypeBuilder, String, Boolean)

Returns a value indicating whether the given data type can be set for the elements.

HasStoreType(ElementTypeBuilder, String)

Configures the data type of the elements of the collection.

HasStoreType(IConventionElementTypeBuilder, String, Boolean)

Configures the data type of the elements of the collection.

IsFixedLength(ElementTypeBuilder, Boolean)

Configures the elements as capable of storing only fixed-length data, such as strings.

IsFixedLength(IConventionElementTypeBuilder, Nullable<Boolean>, Boolean)

Configures the elements as capable of storing only fixed-length data, such as strings.

Applies to