@ -57,18 +57,13 @@ namespace EntityFrameworkCore.Jet.Data
/// <summary>
/// <summary>
/// The DUAL table or query
/// The DUAL table or query
/// </summary>
/// </summary>
public static string DUAL { get ; set ; } = DUALForAccdb ;
public static string CustomDualTableName = "" ;
//MSysRelationships
/// <summary>
//MSysAccessStorage
/// The dual table for accdb
//#Dual
/// </summary>
//(SELECT COUNT(*) FROM MSysAccessStorage)
public const string DUALForMdb = "(SELECT COUNT(*) FROM MSysRelationships)" ;
/// <summary>
/// The dual table for accdb
/// </summary>
public const string DUALForAccdb = "(SELECT COUNT(*) FROM MSysAccessStorage)" ;
public static string DetectedDualTableName = "#Dual" ;
/// <summary>
/// <summary>
/// Gets or sets a value indicating whether show SQL statements.
/// Gets or sets a value indicating whether show SQL statements.
/// </summary>
/// </summary>