SqlString.IgnoreWidth フィールド

定義

文字列比較で文字幅を無視する必要があることを指定します。

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

フィールド値

注釈

たとえば、日本語のカタカナ文字は全角または半角で記述でき、この値を選択すると、全角として書き込まれたカタカナ文字は半角で書き込まれたのと同じ文字と見なされます。

IgnoreWidth は、 SqlString クラスの定数として機能します。

適用対象

こちらもご覧ください