Represents special interface used for definition new (custom) types of expression
public interface Korzh.EasyQuery.IExpressionCreator
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
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 |