Click or drag to resize
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; }

Property Value

Type: DictionaryType, Object
See Also