SqlString.IgnoreWidth Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.