C# Class NLite.Data.Dialect.Function.Default.LikeFunctionView

Inheritance: IFunctionView
Exibir arquivo Open project: netcasewqs/elinq

Public Methods

Method Description
Render ( ISqlBuilder builder ) : void

Private Methods

Method Description
FormatValue ( Expression value, bool hasStart, bool hasEnd, bool hasEscape ) : Expression

Method Details

Render() public method

public Render ( ISqlBuilder builder ) : void
builder ISqlBuilder
return void