DBDriverBaseDefaultValuePerTypeForParameters Property |
Gets the default value per type for parameters. As types, all value types in the supported set of types are included plus string.
The values are used for parameters for stored procedure calls for resultset retrieval.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax public Dictionary<Type, Object> DefaultValuePerTypeForParameters { get; }
Public ReadOnly Property DefaultValuePerTypeForParameters As Dictionary(Of Type, Object)
Get
Property Value
Type:
DictionaryType,
ObjectSee Also