Switch DBType to use the fully-qualified type name rather than a simple name
This commit is contained in:
@ -23,6 +23,8 @@ namespace Oqtane.Shared
|
||||
|
||||
public abstract string Provider { get; }
|
||||
|
||||
public abstract string TypeName { get; }
|
||||
|
||||
public abstract OperationBuilder<AddColumnOperation> AddAutoIncrementColumn(ColumnsBuilder table, string name);
|
||||
|
||||
public virtual string ConcatenateSql(params string[] values)
|
||||
|
Reference in New Issue
Block a user