ParameterModel Constructor

 

Initializes a new instance of the ParameterModel class.

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

NameDescription
System_CAPS_pubmethodParameterModel(PrimitiveTypeKind)

Initializes a new instance of the ParameterModel class with specified type.

System_CAPS_pubmethodParameterModel(PrimitiveTypeKind, TypeUsage)

Initializes a new instance of the ParameterModel class using the specified type and type usage.


ParameterModel Constructor (PrimitiveTypeKind)

Initializes a new instance of the ParameterModel class with specified type.

public ParameterModel(
	PrimitiveTypeKind type
)

Parameters

type
Type: System.Data.Entity.Core.Metadata.Edm.PrimitiveTypeKind

The data type for this parameter.


ParameterModel Constructor (PrimitiveTypeKind, TypeUsage)

Initializes a new instance of the ParameterModel class using the specified type and type usage.

public ParameterModel(
	PrimitiveTypeKind type,
	TypeUsage typeUsage
)

Parameters

type
Type: System.Data.Entity.Core.Metadata.Edm.PrimitiveTypeKind

The data type for this parameter.

typeUsage
Type: System.Data.Entity.Core.Metadata.Edm.TypeUsage

Additional details about the data type. This includes details such as maximum length, nullability etc.