Class FunctionParamHelper
Inheritance
FunctionParamHelper
Assembly: LemonEdge.Database.Connector.dll
Syntax
public abstract class FunctionParamHelper : ParamHelper
Constructors
FunctionParamHelper(string)
Declaration
protected FunctionParamHelper(string functionName)
Parameters
Type |
Name |
Description |
string |
functionName |
|
FunctionParamHelper(string, IEnumerable<string>)
Declaration
protected FunctionParamHelper(string functionName, IEnumerable<string> parameterNames)
Parameters
FunctionParamHelper(string, IEnumerable<(string Name, string DefaultValue)>)
Declaration
protected FunctionParamHelper(string functionName, IEnumerable<(string Name, string DefaultValue)> parameters)
Parameters
Properties
FunctionName
Declaration
public string FunctionName { get; }
Property Value
Methods
ToFunctionCall()
Declaration
public string ToFunctionCall()
Returns
ToFunctionCallWithAllAsVariables()
Declaration
public string ToFunctionCallWithAllAsVariables()
Returns
UpdateFunctionName(string)
Declaration
protected FunctionParamHelper UpdateFunctionName(string newFunctionName)
Parameters
Type |
Name |
Description |
string |
newFunctionName |
|
Returns
Extension Methods