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

Return Value

Type: System.Data.SqlClient.SqlCommand

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace