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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public int ParameterCount { get; }
Public ReadOnly Property ParameterCount As Integer
Get
Property Value
Type:
Int32See Also