Expand Minimize
This topic has not yet been rated - Rate this topic

SetInt32 Method (Int32, Int32) (ITypedSetters Interface)

Sets the data, for a parameter or column, as the specified type. No conversions are applied. The assembly that contains this class has a friend relationship with SQLAccess.dll.  It is intended for use by SQL Server.  For other databases, use the hosting mechanism provided by that database.

Namespace: Microsoft.SqlServer.Server

Assembly: System.Data (in System.Data.dll)

void SetInt32 (int ordinal, int value);

Parameter

Description

ordinal

The zero-based parameter ordinal.

value

The value for the specified parameter.

.NET Framework

Supported in: 2.0

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.