Добавьте файлы проекта.
This commit is contained in:
10
SQLVision/Enums/ParameterType.cs
Normal file
10
SQLVision/Enums/ParameterType.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace SQLVision.Enums;
|
||||
|
||||
public enum ParameterType
|
||||
{
|
||||
Int,
|
||||
String,
|
||||
DateTime,
|
||||
Bool,
|
||||
Table
|
||||
}
|
||||
Reference in New Issue
Block a user