SqlString.IgnoreWidth フィールド

定義

文字列比較で、半角と全角の区別を無視するように指定します。

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

フィールド値

注釈

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

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

適用対象

こちらもご覧ください