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

existsMaterializedView() private method

private existsMaterializedView ( long datasetId ) : bool
datasetId long
return bool
        private bool existsMaterializedView(long datasetId)
        {
            // sql query to check whether the view exists...
            return false;
        }