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.4.0.0 (5.4.0)
Syntax public Nullable<DbType> DbType { get; set; }
Public Property DbType As Nullable(Of DbType)
Get
Set
Property Value
Type:
NullableDbTypeSee Also