12 references to StringFixedLength
System.Data (6)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
788
static private readonly TypeMap _NChar = new TypeMap(OdbcType.NChar, DbType.
StringFixedLength
, typeof(String), ODBC32.SQL_TYPE.WCHAR, ODBC32.SQL_C.WCHAR, ODBC32.SQL_C.WCHAR, -1, -1, false);
882
case DbType.
StringFixedLength
: return _NChar;
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
192
static private readonly NativeDBType D_WChar = new NativeDBType(0xff, -1, true, false, OleDbType.WChar, NativeDBType.WSTR, S_WCHAR, typeof(System.String), NativeDBType.WSTR, DbType.
StringFixedLength
); // 33 - (unicode pointer)
352
case DbType.
StringFixedLength
: return D_WChar;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (2)
240
case DbType.
StringFixedLength
: return MetaNChar;
770
(255, 255, -1, false, false, false, TdsEnums.SQLNCHAR, TdsEnums.SQLNCHAR, MetaTypeName.NCHAR, typeof(System.String), typeof(SqlString), SqlDbType.NChar, DbType.
StringFixedLength
, 7);
System.Data.Entity (3)
System\Data\Common\DbCommandDefinition.cs (1)
240
parameter.DbType = (unicode ? DbType.
StringFixedLength
: DbType.AnsiStringFixedLength);
System\Data\Common\Internal\DbTypeMap.cs (1)
69
case DbType.
StringFixedLength
:
System\Data\EntityClient\EntityParameter.cs (1)
482
|| dbType == DbType.AnsiStringFixedLength || dbType == DbType.
StringFixedLength
;
System.Web (2)
UI\WebControls\Parameter.cs (2)
444
case DbType.
StringFixedLength
:
495
return DbType.
StringFixedLength
; // ???
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
390
case DbType.
StringFixedLength
: