Click or drag to resize
ParameterValueDbType Property
Gets or sets the DbType value to use on the created DbParameter. By default, it's left to the DbParameter what type to use based on the Value specified. For strings and DateTime values this might be problematic as often multiple DbType values can be chosen for a given .NET type.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Nullable<DbType> DbType { get; set; }

Property Value

Type: NullableDbType
See Also