Files
Sdaleo/Systems/SQLCE/Internal/ErrorConst.cs
2016-07-21 16:55:03 -04:00

16 lines
300 B
C#

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
{
}
}