ParameterBuilder Class

Definition

Helper class that is used to configure a parameter.

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 ParameterBuilder
type ParameterBuilder = class
Public Class ParameterBuilder
Inheritance
ParameterBuilder

Constructors

ParameterBuilder()

Methods

Binary(Nullable<Int32>, Nullable<Boolean>, Byte[], String, String, String, Boolean)

Creates a new parameter definition to pass 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.

Boolean(Nullable<Boolean>, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

Byte(Nullable<Byte>, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

DateTime(Nullable<Byte>, Nullable<DateTime>, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

DateTimeOffset(Nullable<Byte>, Nullable<DateTimeOffset>, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

Decimal(Nullable<Byte>, Nullable<Byte>, Nullable<Decimal>, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

Double(Nullable<Double>, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

Equals(Object)

Determines whether the specified object is equal to the current object.

Geography(DbGeography, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

Geometry(DbGeometry, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

GetHashCode()

Serves as the default hash function.

GetType()

Gets the Type of the current instance.

Guid(Nullable<Guid>, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

Int(Nullable<Int32>, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

Long(Nullable<Int64>, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

MemberwiseClone()

Creates a shallow copy of the current Object.

Short(Nullable<Int16>, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

Single(Nullable<Single>, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

String(Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, String, String, String, String, Boolean)

Creates a new parameter definition to pass 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<Byte>, Nullable<TimeSpan>, String, String, String, Boolean)

Creates a new parameter definition to pass 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.

ToString()

Returns a string that represents the current object.

Applies to