Deveel.Data.Sql.Query.CachePointNode.CachePointNode C# (CSharp) Method

CachePointNode() public method

public CachePointNode ( IQueryPlanNode child ) : System
child IQueryPlanNode
return System
        public CachePointNode(IQueryPlanNode child)
            : this(child,NewId())
        {
        }

Same methods

CachePointNode::CachePointNode ( IQueryPlanNode child, long id ) : System
CachePointNode::CachePointNode ( SerializationInfo info, StreamingContext context ) : System