2 references to CHARSET_CODE_PAGE_OFFSET
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
2406
Debug.Assert(env.newValue.Length > TdsEnums.
CHARSET_CODE_PAGE_OFFSET
, "TdsParser.ProcessEnvChange(): charset value received with length <=10");
2408
string stringCodePage = env.newValue.Substring(TdsEnums.
CHARSET_CODE_PAGE_OFFSET
);