51 references to TinyInt
System.Activities.DurableInstancing (8)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
97parameters.Add(new SqlParameter { ParameterName = "@encodingOption", SqlDbType = SqlDbType.TinyInt, Value = base.Store.InstanceEncodingOption });
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (2)
66parameters.Add(new SqlParameter { ParameterName = "@operationType", SqlDbType = SqlDbType.TinyInt, Value = loadType }); 72parameters.Add(new SqlParameter { ParameterName = "@encodingOption", SqlDbType = SqlDbType.TinyInt, Value = base.Store.InstanceEncodingOption });
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (3)
80parameters.Add(new SqlParameter { ParameterName = "@suspensionStateChange", SqlDbType = SqlDbType.TinyInt, Value = GetSuspensionReason(saveWorkflowCommand, out suspensionReason, out suspensionExceptionName) }); 490parameters.Add(new SqlParameter { ParameterName = "@encodingOption", SqlDbType = SqlDbType.TinyInt, Value = DBNull.Value }); 513parameters.Add(new SqlParameter { ParameterName = "@encodingOption", SqlDbType = SqlDbType.TinyInt, Value = base.Store.InstanceEncodingOption });
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (2)
43command.Parameters.Add(new SqlParameter { ParameterName = "@operationType", SqlDbType = SqlDbType.TinyInt, Value = LoadType.LoadByInstance }); 46command.Parameters.Add(new SqlParameter { ParameterName = "@encodingOption", SqlDbType = SqlDbType.TinyInt, Value = base.Store.InstanceEncodingOption });
System.Data (28)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (4)
40SqlDbType.TinyInt, // System.Byte 62SqlDbType.TinyInt, // System.Data.SqlTypes.SqlByte 325case SqlDbType.TinyInt: 782case SqlDbType.TinyInt:
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (3)
118internal static readonly SmiMetaData DefaultTinyInt = new SmiMetaData(SqlDbType.TinyInt, 1, 3, 0, SqlCompareOptions.None); // SqlDbType.TinyInt 357case SqlDbType.TinyInt: 465case SqlDbType.TinyInt:
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (7)
907case SqlDbType.TinyInt: 1055case SqlDbType.TinyInt: 1222case SqlDbType.TinyInt: 1802case SqlDbType.TinyInt: 1936case SqlDbType.TinyInt: 2122case SqlDbType.TinyInt: 2245case SqlDbType.TinyInt:
fx\src\data\System\Data\Sql\SqlMetaData.cs (7)
171case SqlDbType.TinyInt: 437SqlDbType.TinyInt == dbType || 807if (SqlDbType.TinyInt != SqlDbType) 1133case TypeCode.Byte: smd = new SqlMetaData(name, SqlDbType.TinyInt); break; 1210smd = new SqlMetaData(name, SqlDbType.TinyInt); 1318if (SqlDbType.TinyInt != SqlDbType) 1605new SqlMetaData("tinyint", SqlDbType.TinyInt,
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
611case SqlDbType.TinyInt:
fx\src\data\System\Data\SqlClient\SqlEnums.cs (3)
195case SqlDbType.TinyInt: return MetaTinyInt; 598sqlType = SqlDbType.TinyInt; 743(3, 255, 1, true, false, false, TdsEnums.SQLINT1, TdsEnums.SQLINTN, MetaTypeName.TINYINT, typeof(System.Byte), typeof(SqlByte), SqlDbType.TinyInt, DbType.Byte, 0);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
4815case SqlDbType.TinyInt: 8949case SqlDbType.TinyInt:
fx\src\data\System\Data\SqlClient\TdsValueSetter.cs (1)
79case SqlDbType.TinyInt:
System.Data.Entity (1)
System\Data\SqlClient\SqlProviderServices.cs (1)
462return SqlDbType.TinyInt;
System.Data.Linq (13)
parent\DbmlShared\Mapping.cs (1)
516case SqlDbType.TinyInt:
SqlClient\SqlTypeSystemProvider.cs (12)
73case SqlDbType.TinyInt: return theTinyInt; 126case SqlDbType.TinyInt: 164static private readonly SqlType theTinyInt = new SqlType(SqlDbType.TinyInt); 307case SqlDbType.TinyInt: // 0 to 255 471case SqlDbType.TinyInt: 614case SqlDbType.TinyInt: 717case SqlDbType.TinyInt: return 12; 758case SqlDbType.TinyInt: 1153case SqlDbType.TinyInt: 1222case SqlDbType.TinyInt: 1421return Create(SqlDbType.TinyInt); 1541return Create(SqlDbType.TinyInt);
System.Workflow.Runtime (1)
Tracking\SqlTrackingQuery.cs (1)
190param.SqlDbType = SqlDbType.TinyInt;