We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b4497 commit f006993Copy full SHA for f006993
README.md
@@ -2,8 +2,7 @@
2
Class data verifier. Utility validates Caché classes properties data according the properties type.
3
4
5
-##Use
6
-Import classes and call one of the entry points:
+### Use Import classes and call one of the entry points:
7
8
s st = ##class(CDV.CDV).ScanAllClasses(.Oid) - for all user classes
9
s st = ##class(CDV.CDV).ScanSubclassesOf(Class, .Oid) - for subclasses
@@ -17,7 +16,7 @@ Arguments:
17
16
- `Class` - Scan all subclasses Of a class (and class itself).
18
- `Mask` - Passed into the SQL query `SELECT ID FROM %Dictionary.ClassDefinition Where ID LIKE ?`
19
20
-##Example
+### Example
21
22
1. Import CDV.CDV into desired namespace
23
2. Run in terminal:
0 commit comments