- add type to interface as well

ImproveDataHandling_#25
Simon G 5 years ago
parent baa8acae60
commit fababa96d7
  1. 1
      GBase/Interfaces/IGBaseColumn.cs

@ -12,5 +12,6 @@ namespace GBase.Interfaces
public interface IGBaseColumn : IAsyncDisposable //TODO: Make column generic (generic type is type of the value of the column?)? public interface IGBaseColumn : IAsyncDisposable //TODO: Make column generic (generic type is type of the value of the column?)?
{ {
string Name { get; } string Name { get; }
Type Type { get; }
} }
} }
Loading…
Cancel
Save