Click or drag to resize

Setter Delegate

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.9.0.0 (5.9.0)
Syntax
public delegate void Setter(
	DbParameter destination,
	Enum value
)

Parameters

destination
Type: System.Data.CommonDbParameter
db parameter to set the specific type of
value
Type: SystemEnum
the specific type value
See Also