namespace: Serenity.Data assembly: Serenity.Net.Data
Gets a value indicating whether the server supports CONCAT.
public bool CanUseConcat { get; }
true
if the server supports CONCAT function; otherwise, false
.
- interface ISqlDialect
namespace: Serenity.Data assembly: Serenity.Net.Data
Gets a value indicating whether the server supports CONCAT.
public bool CanUseConcat { get; }
true
if the server supports CONCAT function; otherwise, false
.