Files
Sdaleo/Systems/SQLCE/Internal/ErrorConst.cs

17 lines
322 B
C#

#if SQLCOMPACT
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
{
}
}
#endif