We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21811f6 commit 9a9f7c8Copy full SHA for 9a9f7c8
C# Coding Standards and Naming Conventions.md
@@ -2,7 +2,7 @@
2
3
4
| SQL Server Object Name | Notation | Length | Plural | Prefix | Suffix | Abbreviation | Char Mask |Underscores |
5
-| ------------------------- | ---------- | ------ | ------ | ------ | ------ | ------------ | -------------------|-------------|
+|:--------------------------|:-----------|-------:|:-------|:-------|:-------|:-------------|:-------------------|:------------|
6
| Class name | PascalCase | 128 | No | No | Yes | No | [A-z][0-9] | No |
7
| Constructor name | PascalCase | 128 | No | No | Yes | No | [A-z][0-9] | No |
8
| Method name | PascalCase | 128 | Yes | No | No | No | [A-z][0-9] | No |
0 commit comments