RSND/RSND/Core/Querying/QueryType.cs

7 lines
89 B
C#
Raw Normal View History

2022-06-01 22:24:42 +00:00
namespace RSND.Core.Querying;
public enum QueryType
{
GetValue,
CreateTable
}