Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 425 Bytes

File metadata and controls

16 lines (10 loc) · 425 Bytes

ISqlDialect.CanUseConcat property

namespace: Serenity.Data   assemblySerenity.Net.Data

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