Skip to content

Commit 9a9f7c8

Browse files
committed
Update C# Coding Standards and Naming Conventions.md
Add table align
1 parent 21811f6 commit 9a9f7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C# Coding Standards and Naming Conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
| SQL Server Object Name | Notation | Length | Plural | Prefix | Suffix | Abbreviation | Char Mask |Underscores |
5-
| ------------------------- | ---------- | ------ | ------ | ------ | ------ | ------------ | -------------------|-------------|
5+
|:--------------------------|:-----------|-------:|:-------|:-------|:-------|:-------------|:-------------------|:------------|
66
| Class name | PascalCase | 128 | No | No | Yes | No | [A-z][0-9] | No |
77
| Constructor name | PascalCase | 128 | No | No | Yes | No | [A-z][0-9] | No |
88
| Method name | PascalCase | 128 | Yes | No | No | No | [A-z][0-9] | No |

0 commit comments

Comments
 (0)