ISqlDialect.CanUseConcat property
Gets a value indicating whether the server supports CONCAT.
public bool CanUseConcat { get; }
Property Value
true if the server supports CONCAT function; otherwise, false.
See Also
- interface ISqlDialect
Gets a value indicating whether the server supports CONCAT.
public bool CanUseConcat { get; }
true if the server supports CONCAT function; otherwise, false.