Delegate definition for a dynamically compiled method for setting the provider specific type.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
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