C# Class Shaolinq.Persistence.Linq.Sql92QueryFormatter.FunctionResolveResult

Show file Open project: tumtumtum/Shaolinq

Public Properties

Property Type Description
argsAfter TypedValue[]
argsBefore TypedValue[]
arguments IReadOnlyList
excludeParenthesis bool
functionName string
functionPrefix string
functionSuffix string
treatAsOperator bool

Public Methods

Method Description
FunctionResolveResult ( string functionName, bool treatAsOperator ) : System
FunctionResolveResult ( string functionName, bool treatAsOperator, IReadOnlyList arguments ) : System
FunctionResolveResult ( string functionName, bool treatAsOperator, TypedValue argsBefore, TypedValue argsAfter, IReadOnlyList arguments ) : System
MakeArguments ( ) : TypedValue[]

Method Details

FunctionResolveResult() public method

public FunctionResolveResult ( string functionName, bool treatAsOperator ) : System
functionName string
treatAsOperator bool
return System

FunctionResolveResult() public method

public FunctionResolveResult ( string functionName, bool treatAsOperator, IReadOnlyList arguments ) : System
functionName string
treatAsOperator bool
arguments IReadOnlyList
return System

FunctionResolveResult() public method

public FunctionResolveResult ( string functionName, bool treatAsOperator, TypedValue argsBefore, TypedValue argsAfter, IReadOnlyList arguments ) : System
functionName string
treatAsOperator bool
argsBefore TypedValue
argsAfter TypedValue
arguments IReadOnlyList
return System

MakeArguments() public static method

public static MakeArguments ( ) : TypedValue[]
return TypedValue[]

Property Details

argsAfter public property

public TypedValue[] argsAfter
return TypedValue[]

argsBefore public property

public TypedValue[] argsBefore
return TypedValue[]

arguments public property

public IReadOnlyList arguments
return IReadOnlyList

excludeParenthesis public property

public bool excludeParenthesis
return bool

functionName public property

public string functionName
return string

functionPrefix public property

public string functionPrefix
return string

functionSuffix public property

public string functionSuffix
return string

treatAsOperator public property

public bool treatAsOperator
return bool