ParameterBuilder Class

 

Represents a class that is used to configure a parameter.

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

System.Object
  System.Data.Entity.Migrations.Builders.ParameterBuilder

public class ParameterBuilder

NameDescription
System_CAPS_pubmethodParameterBuilder()

Initializes a new instance of the ParameterBuilder class.

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

Creates a new parameter definition to pass Binary data.

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

Creates a new parameter definition to pass Boolean data.

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

Creates a new parameter definition to pass Byte data.

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

Creates a new parameter definition to pass DateTime data.

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

Creates a new parameter definition to pass DateTimeOffset data.

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

Creates a new parameter definition to pass Decimal data.

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

Creates a new parameter definition to pass Double data.

System_CAPS_pubmethodEquals(Object)

Specifies whether this instance is equal to a specific object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGeography(DbGeography, String, String, String, Boolean)

Creates a new parameter definition to pass geography data.

System_CAPS_pubmethodGeometry(DbGeometry, String, String, String, Boolean)

Creates a new parameter definition to pass geometry data.

System_CAPS_pubmethodGetHashCode()

Gets the hash code associated with this instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.

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

Creates a new parameter definition to pass GUID data.

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

Creates a new parameter definition to pass Integer data.

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

Creates a new parameter definition to pass Long data.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.

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

Creates a new parameter definition to pass Short data.

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

Creates a new parameter definition to pass Single data.

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

Creates a new parameter definition to pass String data.

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

Creates a new parameter definition to pass Time data.

System_CAPS_pubmethodToString()

Returns a string representation of this instance.(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.