Skip to content

Commit 0f7b917

Browse files
committed
Ensured use of framework type
Resolved `IDE0049`.
1 parent 16b4743 commit 0f7b917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic.Data.Sql/SqlDataReaderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace OnTopic.Data.Sql {
2727
/// main entry point is <see cref="LoadTopicGraph"/>. It is supported by a number of <c>private</c> extensions which allow
2828
/// it to handle individual records from particular data sets (e.g., the <see cref="SetExtendedAttributes"/> method maps to
2929
/// data returned from the <c>ExtendedAttributeIndex</c> view). That said, the <c>Get</c> extensions (e.g., <see
30-
/// cref="GetString(SqlDataReader, string)"/>) are not specific to this format, and remain useful for a variety of database
30+
/// cref="GetString(SqlDataReader, String)"/>) are not specific to this format, and remain useful for a variety of database
3131
/// queries, should they be needed, and thus are marked as <c>internal</c>.
3232
/// </remarks>
3333
internal static class SqlDataReaderExtensions {

0 commit comments

Comments
 (0)