ParameterModel Constructor
Initializes a new instance of the ParameterModel class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | ParameterModel(PrimitiveTypeKind) | Initializes a new instance of the ParameterModel class with specified type. |
![]() | ParameterModel(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.
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.
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.