Skip to content

Commit 52b2736

Browse files
committed
Delete comments for only one enum value.
Signed-off-by: Bradley Grainger <[email protected]>
1 parent c0f22bf commit 52b2736

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/MySqlConnector/MySqlDbType.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ namespace MySqlConnector;
22

33
#pragma warning disable CA1720 // Identifier contains type name
44

5-
/// <summary>
6-
/// Specifies the MySQL data type of a field, property, for use in a <see cref="MySqlParameter"/>.
7-
/// </summary>
85
public enum MySqlDbType
96
{
107
Bool = -1,
@@ -40,9 +37,6 @@ public enum MySqlDbType
4037
VarChar,
4138
String,
4239
Geometry,
43-
/// <summary>
44-
/// A MySQL VECTOR data type.
45-
/// </summary>
4640
Vector = 242,
4741
UByte = 501,
4842
UInt16,

0 commit comments

Comments
 (0)