SqlString.IgnoreWidth Field

Definition

Specifies that the string comparison must ignore the character width.

public: static initonly int IgnoreWidth;
public static readonly int IgnoreWidth;
 staticval mutable IgnoreWidth : int
Public Shared ReadOnly IgnoreWidth As Integer 

Field Value

Remarks

For example, Japanese katakana characters can be written as full-width or half-width and, if this value is selected, the katakana characters written as full-width are considered equal to the same characters written in half-width.

IgnoreWidth functions as a constant for the SqlString class.

Applies to

See also