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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.