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

LeftOuterJoinNode() public method

public LeftOuterJoinNode ( IQueryPlanNode child, string markerName ) : System
child IQueryPlanNode
markerName string
return System
        public LeftOuterJoinNode(IQueryPlanNode child, string markerName)
            : base(child)
        {
            MarkerName = markerName;
        }

Same methods

LeftOuterJoinNode::LeftOuterJoinNode ( SerializationInfo info, StreamingContext context ) : System