iexpressioncreator-interface
Represents special interface used for definition new (custom) types of expression
public interface Korzh.EasyQuery.IExpressionCreator
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 |