ColumnBuilder Class

 

Helper class that is used to configure a column. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

Namespace:   System.Data.Entity.Migrations.Builders
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Migrations.Builders.ColumnBuilder

public class ColumnBuilder

NameDescription
System_CAPS_pubmethodColumnBuilder()

Initializes a new instance of the ColumnBuilder class.

NameDescription
System_CAPS_pubmethodBinary(Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>, Byte[], String, Boolean, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store Binary data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodBoolean(Nullable<Boolean>, Nullable<Boolean>, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store Boolean data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodByte(Nullable<Boolean>, Boolean, Nullable<Byte>, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store Byte data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodDateTime(Nullable<Boolean>, Nullable<Byte>, Nullable<DateTime>, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store DateTime data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodDateTimeOffset(Nullable<Boolean>, Nullable<Byte>, Nullable<DateTimeOffset>, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store DateTimeOffset data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodDecimal(Nullable<Boolean>, Nullable<Byte>, Nullable<Byte>, Nullable<Decimal>, String, String, String, Boolean, IDictionary<String, AnnotationValues>)

Creates a new column definition to store Decimal data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodDouble(Nullable<Boolean>, Nullable<Double>, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store Double data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodEquals(Object)

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

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGeography(Nullable<Boolean>, DbGeography, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store geography data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodGeometry(Nullable<Boolean>, DbGeometry, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store geometry data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.

System_CAPS_pubmethodGuid(Nullable<Boolean>, Boolean, Nullable<Guid>, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store GUID data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodInt(Nullable<Boolean>, Boolean, Nullable<Int32>, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store Integer data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodLong(Nullable<Boolean>, Boolean, Nullable<Int64>, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store Long data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.

System_CAPS_pubmethodShort(Nullable<Boolean>, Boolean, Nullable<Int16>, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store Short data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodSingle(Nullable<Boolean>, Nullable<Single>, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store Single data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodString(Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store String data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodTime(Nullable<Boolean>, Nullable<Byte>, Nullable<TimeSpan>, String, String, String, IDictionary<String, AnnotationValues>)

Creates a new column definition to store Time data. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Overrides Object.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.