Delegate definition for a dynamically compiled method for setting the provider specific type.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public delegate void Setter(
DbParameter destination,
Enum value
)
Public Delegate Sub Setter (
destination As DbParameter,
value As Enum
)
Parameters
- destination
- Type: System.Data.CommonDbParameter
db parameter to set the specific type of - value
- Type: SystemEnum
the specific type value
See Also