Skip to content

Commit 63e2937

Browse files
committed
Performance Optimization by lot
1 parent 7d07698 commit 63e2937

2 files changed

Lines changed: 2 additions & 48 deletions

File tree

src/Extensions/DataRowExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using DbSyncKit.DB.Utils;
1+
using DbSyncKit.DB.Interface;
22
using System.Data;
33
namespace DbSyncKit.DB.Extensions
44
{
@@ -15,7 +15,7 @@ public static class DataRowExtensions
1515
/// <param name="columnName">The name of the column.</param>
1616
/// <returns>The value of the specified column, converted to the specified type.</returns>
1717
/// <remarks>
18-
/// This extension method is intended for use with classes that inherit from <see cref="DataContractUtility{T}"/>.
18+
/// This extension method is intended for use with classes that inherit from <see cref="IDataContractComparer"/>.
1919
/// </remarks>
2020
public static T GetValue<T>(this DataRow row, string columnName)
2121
{

src/Utils/DataContractUtility.cs

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)