ColumnBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class ColumnBuilder
type ColumnBuilder = class
Public Class ColumnBuilder
- Inheritance
-
ColumnBuilder
Constructors
ColumnBuilder() |
Methods
Binary(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. |
Binary(Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Byte[], String, Boolean, String, String) |
Creates a new column definition to store Binary data. |
Boolean(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. |
Boolean(Nullable<Boolean>, Nullable<Boolean>, String, String, String) |
Creates a new column definition to store Boolean data. |
Byte(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. |
Byte(Nullable<Boolean>, Boolean, Nullable<Byte>, String, String, String) |
Creates a new column definition to store Byte data. |
DateTime(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. |
DateTime(Nullable<Boolean>, Nullable<Byte>, Nullable<DateTime>, String, String, String) |
Creates a new column definition to store DateTime data. |
DateTimeOffset(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. |
DateTimeOffset(Nullable<Boolean>, Nullable<Byte>, Nullable<DateTimeOffset>, String, String, String) |
Creates a new column definition to store DateTimeOffset data. |
Decimal(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. |
Decimal(Nullable<Boolean>, Nullable<Byte>, Nullable<Byte>, Nullable<Decimal>, String, String, String, Boolean) |
Creates a new column definition to store Decimal data. |
Double(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. |
Double(Nullable<Boolean>, Nullable<Double>, String, String, String) |
Creates a new column definition to store Double data. |
Equals(Object) | Determines whether the specified object is equal to the current object. |
Geography(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. |
Geography(Nullable<Boolean>, DbGeography, String, String, String) |
Creates a new column definition to store geography data. |
Geometry(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. |
Geometry(Nullable<Boolean>, DbGeometry, String, String, String) |
Creates a new column definition to store geometry data. |
GetHashCode() | Serves as the default hash function. |
GetType() |
Gets the Type of the current instance. |
Guid(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. |
Guid(Nullable<Boolean>, Boolean, Nullable<Guid>, String, String, String) |
Creates a new column definition to store GUID data. |
Int(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. |
Int(Nullable<Boolean>, Boolean, Nullable<Int32>, String, String, String) |
Creates a new column definition to store Integer data. |
Long(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. |
Long(Nullable<Boolean>, Boolean, Nullable<Int64>, String, String, String) |
Creates a new column definition to store Long data. |
MemberwiseClone() |
Creates a shallow copy of the current Object. |
Short(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. |
Short(Nullable<Boolean>, Boolean, Nullable<Int16>, String, String, String) |
Creates a new column definition to store Short data. |
Single(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. |
Single(Nullable<Boolean>, Nullable<Single>, String, String, String) |
Creates a new column definition to store Single data. |
String(Nullable<Boolean>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, String, String, String) |
Creates a new column definition to store String data. |
String(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. |
Time(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. |
Time(Nullable<Boolean>, Nullable<Byte>, Nullable<TimeSpan>, String, String, String) |
Creates a new column definition to store Time data. |
ToString() | Returns a string that represents the current object. |
Applies to
Entity Framework