mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-14 04:05:04 +00:00
8 lines
126 B
C#
8 lines
126 B
C#
namespace ICD.Common.Utils.Sqlite
|
|
{
|
|
public interface IIcdDataRecord
|
|
{
|
|
object this[string columnId] { get; }
|
|
}
|
|
}
|