Click or drag to resize
FunctionMappingParameterCount Property
Gets the parameter count of the function / operator. This number has to be equal to the # of parameters of the db equivalent.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public int ParameterCount { get; }

Property Value

Type: Int32
See Also