SqlString.IgnoreWidth 필드

정의

문자 너비를 무시하면서 문자열 비교를 수행하도록 지정합니다.

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

필드 값

설명

예를 들어, 일본어의 가타카나 문자는 전자나 반자로 쓸 수 있는데, 이 값이 선택되어 있으면 전자로 쓰여진 가타카나 문자와 반자로 쓰여진 가타카나 문자가 같은 것으로 간주됩니다.

IgnoreWidth 는 클래스에 대한 상수로 작동합니다 SqlString .

적용 대상

추가 정보