SqlCeMigrationSqlGenerator.StatementBatch メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
名前空間: System.Data.Entity.SqlServerCompact
アセンブリ: EntityFramework.SqlServerCompact (EntityFramework.SqlServerCompact.dll 内)
構文
'宣言
<SuppressMessageAttribute("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed")> _
Protected Sub StatementBatch ( _
sqlBatch As String, _
suppressTransaction As Boolean _
)
'使用
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
)
パラメーター
- sqlBatch
型 : System.String
- suppressTransaction
型 : System.Boolean