BExIS.Dlm.Services.Data.DatasetManager.dropMaterializedView C# (CSharp) Method

dropMaterializedView() private method

used by the purge dunction, and maybe delete funtion too.
private dropMaterializedView ( long datasetId ) : bool
datasetId long
return bool
        private bool dropMaterializedView(long datasetId)
        {
            // sql query to check whether the view exists...
            return false;
        }