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

Mostra 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_oe property

public TypedValue[] argsAfter
return TypedValue[]

argsBefore public_oe property

public TypedValue[] argsBefore
return TypedValue[]

arguments public_oe property

public IReadOnlyList arguments
return IReadOnlyList

excludeParenthesis public_oe property

public bool excludeParenthesis
return bool

functionName public_oe property

public string functionName
return string

functionPrefix public_oe property

public string functionPrefix
return string

functionSuffix public_oe property

public string functionSuffix
return string

treatAsOperator public_oe property

public bool treatAsOperator
return bool