Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
声明
Protected Function BindDateTime ( _
    parameterName As String, _
    parameterValue As DateTime _
) As SqlParameter
protected SqlParameter BindDateTime(
    string parameterName,
    DateTime parameterValue
)
protected:
SqlParameter^ BindDateTime(
    String^ parameterName, 
    DateTime parameterValue
)
member BindDateTime : 
        parameterName:string * 
        parameterValue:DateTime -> SqlParameter 
protected function BindDateTime(
    parameterName : String, 
    parameterValue : DateTime
) : SqlParameter
Parameters
- parameterName
Type: System.String 
- parameterValue
Type: System.DateTime 
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.