3 references to StringFixedLength
Microsoft.ML.Data (1)
DataLoadSave\Database\DbExtensions.cs (1)
22
case DbType.
StringFixedLength
:
System.Data.Odbc (2)
System\Data\Odbc\Odbc32.cs (2)
778
private static readonly TypeMap s_NChar = new TypeMap(OdbcType.NChar, DbType.
StringFixedLength
, typeof(string), ODBC32.SQL_TYPE.WCHAR, ODBC32.SQL_C.WCHAR, ODBC32.SQL_C.WCHAR, -1, -1, false);
875
case DbType.
StringFixedLength
: return s_NChar;