SqlCeMigrationSqlGenerator.StatementBatch-Methode
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Namespace: System.Data.Entity.SqlServerCompact
Assembly: EntityFramework.SqlServerCompact (in EntityFramework.SqlServerCompact.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed")> _
Protected Sub StatementBatch ( _
sqlBatch As String, _
suppressTransaction As Boolean _
)
'Usage
Dim sqlBatch As String
Dim suppressTransaction As Boolean
Me.StatementBatch(sqlBatch, suppressTransaction)
[SuppressMessageAttribute("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed")]
protected void StatementBatch(
string sqlBatch,
bool suppressTransaction
)
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1026:DefaultParametersShouldNotBeUsed")]
protected:
void StatementBatch(
String^ sqlBatch,
bool suppressTransaction
)
[<SuppressMessageAttribute("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed")>]
member StatementBatch :
sqlBatch:string *
suppressTransaction:bool -> unit
protected function StatementBatch(
sqlBatch : String,
suppressTransaction : boolean
)
Parameter
- sqlBatch
Typ: System.String
- suppressTransaction
Typ: System.Boolean