|
|
|
@ -3,6 +3,7 @@ |
|
|
|
// Copyright(c) 2020 SimonG. All Rights Reserved. |
|
|
|
// Copyright(c) 2020 SimonG. All Rights Reserved. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using System; |
|
|
|
using GBase.Interfaces; |
|
|
|
using GBase.Interfaces; |
|
|
|
|
|
|
|
|
|
|
|
namespace GBase.Factories |
|
|
|
namespace GBase.Factories |
|
|
|
@ -16,6 +17,6 @@ namespace GBase.Factories |
|
|
|
/// Creates an <see cref="IGBaseColumn"/> |
|
|
|
/// Creates an <see cref="IGBaseColumn"/> |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
/// <returns>A newly created instance of the implementation for <see cref="IGBaseColumn"/></returns> |
|
|
|
/// <returns>A newly created instance of the implementation for <see cref="IGBaseColumn"/></returns> |
|
|
|
IGBaseColumn Create(string name); |
|
|
|
IGBaseColumn Create(string name, Type type); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |