Class SQLSyntaxHelper
Inheritance
SQLSyntaxHelper
Assembly: LemonEdge.Database.Connector.dll
Syntax
public class SQLSyntaxHelper
Constructors
SQLSyntaxHelper()
Declaration
Fields
CoreFunctionParameters
Declaration
public static SQLParameter[] CoreFunctionParameters
Field Value
Methods
GetCoreFunctionArguments(string)
Declaration
public static string GetCoreFunctionArguments(string separator = ", ")
Parameters
Type |
Name |
Description |
string |
separator |
|
Returns
GetCoreFunctionParameters(string)
Declaration
public static string GetCoreFunctionParameters(string separator = ", ")
Parameters
Type |
Name |
Description |
string |
separator |
|
Returns
Extension Methods