21 lines
383 B
C#
21 lines
383 B
C#
#if POSTGRES
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using Sdaleo.Systems.Postgres.Internal;
|
|
|
|
namespace Sdaleo.Systems.Postgres
|
|
{
|
|
/// <summary>
|
|
/// Handles SQL CE Credentials, to be
|
|
/// used by all our SQL CE Functions
|
|
/// </summary>
|
|
public class PgSqlCredential
|
|
{
|
|
|
|
|
|
}
|
|
}
|
|
#endif
|