TeamFoundationSqlResourceComponent.PrepareStoredProcedure Method (String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Function PrepareStoredProcedure ( _
storedProcedure As String _
) As SqlCommand
protected SqlCommand PrepareStoredProcedure(
string storedProcedure
)
protected:
SqlCommand^ PrepareStoredProcedure(
String^ storedProcedure
)
member PrepareStoredProcedure :
storedProcedure:string -> SqlCommand
protected function PrepareStoredProcedure(
storedProcedure : String
) : SqlCommand
Parameters
- storedProcedure
Type: System.String
Return Value
Type: System.Data.SqlClient.SqlCommand
.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.
See Also
Reference
TeamFoundationSqlResourceComponent Class