메소드 | 설명 | |
---|---|---|
CompileAction ( |
Compiles the input linqExpression into a Linq expression tree
|
|
CompileFunction ( |
Compiles the input linqExpression into a Linq expression tree
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
LinqCompilerDecorator ( IMetrics metrics, ILinqCompiler handler, IConnectionInformation connectionInformation ) : System |
Initializes a new instance of the InternalSerializerDecorator class.
|
public CompileAction ( |
||
linqExpression | The linqExpression. | |
리턴 | object>.Action |
public CompileFunction ( |
||
linqExpression | The linqExpression. | |
리턴 | Func |
public LinqCompilerDecorator ( IMetrics metrics, ILinqCompiler handler, IConnectionInformation connectionInformation ) : System | ||
metrics | IMetrics | The metrics factory. |
handler | ILinqCompiler | The handler. |
connectionInformation | IConnectionInformation | The connection information. |
리턴 | System |