TeamFoundationSqlResourceComponent.PrepareSqlBatch Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Function PrepareSqlBatch ( _
lengthEstimate As Integer _
) As SqlCommand
protected SqlCommand PrepareSqlBatch(
int lengthEstimate
)
protected:
SqlCommand^ PrepareSqlBatch(
int lengthEstimate
)
member PrepareSqlBatch :
lengthEstimate:int -> SqlCommand
protected function PrepareSqlBatch(
lengthEstimate : int
) : SqlCommand
Parameters
- lengthEstimate
Type: System.Int32
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.