CodeCharge Studio All C#.NET VB.NET

BoolFormat Run-Time Property (.NET)

Applies to

ConnectionString Object

Syntax

C#.NET

public string BoolFormat{get;set}

VB.NET

Public Property BoolFormat() As String

Description

Gets or sets the database format for work with Boolean values.

Examples

C#.NET

ConnectionString1.BoolFormat="true;false";

VB.NET

ConnectionString1.BoolFormat="true;false"

See also

DateFormat Property


On-line, printable versions and updates