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.4.0.0 (5.4.0)
Syntaxpublic 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