Skip to content

IExpressionCreator interface

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

NameTypeDescription
Create(DataModel model, int tag)EqExpressionCreates an instance of Expression.
CreateByClassName(DataModel model, string className)EqExpressionCreates an instance of Expression by its old class name