CodeCharge Studio All C#.NET VB.NET

DateRightDelim Run-Time Property (.NET)

Applies to

ConnectionString Object

Syntax

C#.NET

public string DateRightDelim{get;set}

VB.NET

Public Property DateRightDelim() As String

Description

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

Examples

C#.NET

ConnectionString1.DateRightDelim="#";

VB.NET

ConnectionString1.DateRightDelim="#"

See also

DateLeftDelim Property


On-line, printable versions and updates