ColumnBuilder Class
Entity Framework 5.0
Represents a helper class that is used to configure a column.
Namespace: System.Data.Entity.Migrations.Builders
Assembly: EntityFramework (in EntityFramework.dll)
The ColumnBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Binary | Creates a new column definition to store Binary data. |
![]() | Boolean | Creates a new column definition to store Boolean data. |
![]() | Byte | Creates a new column definition to store Byte data. |
![]() | DateTime | Creates a new column definition to store DateTime data. |
![]() | DateTimeOffset | Creates a new column definition to store DateTimeOffset data. |
![]() | Decimal | Creates a new column definition to store Decimal data. |
![]() | Double | Creates a new column definition to store Double data. |
![]() | Equals | Indicates whether the specified object is equal to the current object. (Overrides Object.Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | Geography | Creates a new column definition to store geography data. |
![]() | Geometry | Creates a new column definition to store geometry data. |
![]() | GetHashCode | Returns the hash code for this instance. (Overrides Object.GetHashCode.) |
![]() | GetType | Gets the type of the current instance. |
![]() | Guid | Creates a new column definition to store GUID data. |
![]() | Int | Creates a new column definition to store Integer data. |
![]() | Long | Creates a new column definition to store Long data. |
![]() | MemberwiseClone | Creates a shallow copy of the current object. |
![]() | Short | Creates a new column definition to store Short data. |
![]() | Single | Creates a new column definition to store Single data. |
![]() | String | Creates a new column definition to store String data. |
![]() | Time | Creates a new column definition to store Time data. |
![]() | ToString | Returns a string that represents the current object. (Overrides Object.ToString.) |
Show:
