CodeCharge Studio All C#.NET VB.NET

DateLeftDelim Run-Time Property (.NET)

Applies to

ConnectionString Object

Syntax

C#.NET

public string DateLeftDelim{get;set}

VB.NET

Public Property DateLeftDelim() As String

Description

Gets or sets the left date delimiter in SQL command (for example '#' for MS Access)

Examples

C#.NET

ConnectionString1.DateLeftDelim="#";

VB.NET

ConnectionString1.DateLeftDelim="#"

See also

DateRightDelim Property


On-line, printable versions and updates