Skip to content

Commit

Permalink
Fix Sqlite CommandType in XML docs (#21795)
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Jul 26, 2020
1 parent 011d0dc commit 9266c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.Data.Sqlite.Core/SqliteCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public SqliteCommand(string commandText, SqliteConnection connection, SqliteTran

/// <summary>
/// Gets or sets a value indicating how <see cref="CommandText" /> is interpreted. Only
/// <see cref="MediaTypeNames.Text" /> is supported.
/// <see cref="CommandType.Text" /> is supported.
/// </summary>
/// <value>A value indicating how <see cref="CommandText" /> is interpreted.</value>
public override CommandType CommandType
Expand Down

0 comments on commit 9266c75

Please sign in to comment.