IExpressionCreator interface
Represents special interface used for definition new (custom) types of expression
public interface Korzh.EasyQuery.IExpressionCreatorPackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Methods
Section titled “Methods”| Name | Type | Description |
|---|---|---|
Create(DataModel model, int tag) | EqExpression | Creates an instance of Expression. |
CreateByClassName(DataModel model, string className) | EqExpression | Creates an instance of Expression by its old class name |