Deveel.Data.Sql.Query.TablePlan.SetCachePoint C# (CSharp) Méthode

SetCachePoint() public méthode

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