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