Base:
method
GetInt32
System.Data.Common.DbDataReader.GetInt32(System.Int32)
Implemented interface member:
method
GetInt32
System.Data.IDataRecord.GetInt32(System.Int32)
1 override of GetInt32
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
250
public override Int32
GetInt32
(int ordinal) {
24 references to GetInt32
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\StoreUtilities.cs (1)
37
CommandResult result = (CommandResult) reader.
GetInt32
(0);
System.Data (6)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
1762
SetInt32_Unchecked( sink, setters, i, reader.
GetInt32
(i) );
fx\src\data\System\Data\SqlClient\SqlCommand.cs (5)
3851
currentOrdinal = ds.
GetInt32
((int)DescribeParameterEncryptionResultSet1.KeyOrdinal);
3885
databaseId: ds.
GetInt32
((int)DescribeParameterEncryptionResultSet1.DbId),
3886
cekId: ds.
GetInt32
((int)DescribeParameterEncryptionResultSet1.KeyId),
3887
cekVersion: ds.
GetInt32
((int)DescribeParameterEncryptionResultSet1.KeyVersion),
3997
int columnEncryptionKeyOrdinal = ds.
GetInt32
((int)DescribeParameterEncryptionResultSet2.ColumnEncryptionKeyOrdinal);
System.Web (11)
Cache\SqlCacheDependency.cs (1)
861
changeId = sqlReader.
GetInt32
(1);
Profile\SqlProfileProvider.cs (2)
529
int size = reader.
GetInt32
(4);
535
totalRecords = reader.
GetInt32
(0);
Security\SQLMembershipProvider.cs (4)
1662
passwordFormat = reader.
GetInt32
( 1 );
1664
failedPasswordAttemptCount = reader.
GetInt32
( 3 );
1665
failedPasswordAnswerAttemptCount = reader.
GetInt32
( 4 );
1750
passwordFormat = reader.
GetInt32
( 1 );
UI\WebParts\SqlPersonalizationProvider.cs (4)
122
int size = (reader.IsDBNull(2)) ? 0 : reader.
GetInt32
(2);
123
int userDataSize = (reader.IsDBNull(3)) ? 0 : reader.
GetInt32
(3);
124
int userCount = (reader.IsDBNull(4)) ? 0 : reader.
GetInt32
(4);
246
int size = reader.
GetInt32
(2);
System.Workflow.Runtime (6)
Tracking\SqlTrackingQuery.cs (1)
142
inst.Status = (WorkflowStatus)reader.
GetInt32
(5);
Tracking\SqlTrackingWorkflowInstance.cs (5)
220
int order = reader.
GetInt32
(5);
355
int order = reader.
GetInt32
(4);
497
int order = reader.
GetInt32
(2);
625
int eventOrder = reader.
GetInt32
(2);
626
int order = reader.
GetInt32
(3);