TeamFoundationSqlResourceComponent.AddStatement Method (String, Int32, Boolean, Boolean)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣言
Protected Function AddStatement ( _
sqlStatement As String, _
parameterCount As Integer, _
allowExecute As Boolean, _
addStatementIndex As Boolean _
) As Integer
protected int AddStatement(
string sqlStatement,
int parameterCount,
bool allowExecute,
bool addStatementIndex
)
protected:
int AddStatement(
String^ sqlStatement,
int parameterCount,
bool allowExecute,
bool addStatementIndex
)
member AddStatement :
sqlStatement:string *
parameterCount:int *
allowExecute:bool *
addStatementIndex:bool -> int
protected function AddStatement(
sqlStatement : String,
parameterCount : int,
allowExecute : boolean,
addStatementIndex : boolean
) : int
Parameters
- sqlStatement
Type: System.String
- parameterCount
Type: System.Int32
- allowExecute
Type: System.Boolean
- addStatementIndex
Type: System.Boolean
Return Value
Type: System.Int32
.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.