using System.Collections.Generic;
using System.Data.Common;
namespace FastReport.Data
{
partial class DataConnectionBase
{
#region Private Methods
///
/// Does nothing
///
///
partial void FilterTables(List tableNames);
///
/// Does nothing
///
private DbConnection GetDefaultConnection()
{
return null;
}
///
/// Does nothing
///
///
/// false
private bool ShouldNotDispose(DbConnection connection)
{
return false;
}
///
/// Does nothing
///
partial void ShowLoginForm(string lastConnectionString);
#endregion Private Methods
}
}