ColumnConfiguration Class

 

Represents a model configuration to set the column name, type, and order for a property.

Namespace:   Microsoft.Data.Entity.Design.CodeGeneration
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Data.Entity.Design.CodeGeneration.ColumnConfiguration

Syntax

public class ColumnConfiguration : IAttributeConfiguration, IFluentConfiguration, 
    IConfiguration
public ref class ColumnConfiguration : IAttributeConfiguration, 
    IFluentConfiguration, IConfiguration
type ColumnConfiguration = 
    class
        interface IAttributeConfiguration
        interface IFluentConfiguration
        interface IConfiguration
    end
Public Class ColumnConfiguration
    Implements IAttributeConfiguration, IFluentConfiguration, IConfiguration

Constructors

Name Description
System_CAPS_pubmethod ColumnConfiguration()

Initializes a new instance of the ColumnConfiguration class.

Properties

Name Description
System_CAPS_pubproperty Name

Gets or sets the name of the column.

System_CAPS_pubproperty Order

Gets or sets the order that this column should appear in the database table.

System_CAPS_pubproperty TypeName

Gets or sets the name of the database provider specific data type.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetAttributeBody(CodeHelper)

Gets the attribute body.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetMethodChain(CodeHelper)

Gets the method chain.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.Data.Entity.Design.CodeGeneration Namespace

Return to top