Deveel.Data.Sql.Query.TablePlan.SetCachePoint C# (CSharp) Method

SetCachePoint() public method

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