TeamFoundationSqlResourceComponent.BindNullableInt Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Function BindNullableInt ( _
parameterName As String, _
parameterValue As Integer, _
nullValue As Integer _
) As SqlParameter
protected SqlParameter BindNullableInt(
string parameterName,
int parameterValue,
int nullValue
)
protected:
SqlParameter^ BindNullableInt(
String^ parameterName,
int parameterValue,
int nullValue
)
member BindNullableInt :
parameterName:string *
parameterValue:int *
nullValue:int -> SqlParameter
protected function BindNullableInt(
parameterName : String,
parameterValue : int,
nullValue : int
) : SqlParameter
Parameters
- parameterName
Type: System.String
- parameterValue
Type: System.Int32
- nullValue
Type: System.Int32
Return Value
Type: System.Data.SqlClient.SqlParameter
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.