Initial Commit
This commit is contained in:
15
Systems/SQLCE/Internal/ErrorConst.cs
Normal file
15
Systems/SQLCE/Internal/ErrorConst.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Sdaleo.Systems.SQLCE
|
||||
{
|
||||
/// <summary>
|
||||
/// SQL CE Database Error Constants to Use to handle specific Errors
|
||||
/// </summary>
|
||||
internal static class ErrorConst
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user