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.10.0.0 (5.10.0)
Syntaxpublic int ParameterCount { get; }Public ReadOnly Property ParameterCount As Integer
	Get
Property Value
Type: 
Int32
See Also