Deveel.Data.Sql.Query.TablePlan.SetCachePoint C# (CSharp) 메소드

SetCachePoint() 공개 메소드

public SetCachePoint ( ) : void
리턴 void
        public void SetCachePoint()
        {
            if (!(Plan is CachePointNode))
                Plan = new CachePointNode(Plan);
        }