다음을 통해 공유


MigrationSqlGenerator.GenerateProcedureBody 메서드

정의

저장 프로시저에 대한 SQL 본문을 생성합니다.

public virtual string GenerateProcedureBody (System.Collections.Generic.ICollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationCommandTree> commandTrees, string rowsAffectedParameter, string providerManifestToken);
abstract member GenerateProcedureBody : System.Collections.Generic.ICollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationCommandTree> * string * string -> string
override this.GenerateProcedureBody : System.Collections.Generic.ICollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationCommandTree> * string * string -> string
Public Overridable Function GenerateProcedureBody (commandTrees As ICollection(Of DbModificationCommandTree), rowsAffectedParameter As String, providerManifestToken As String) As String

매개 변수

commandTrees
ICollection<DbModificationCommandTree>

삽입, 업데이트 또는 삭제 작업에 대한 명령을 나타내는 명령 트리입니다.

rowsAffectedParameter
String

영향을 받는 행 매개 변수 이름입니다.

providerManifestToken
String

공급자 매니페스트 토큰입니다.

반환

저장 프로시저의 SQL 본문입니다.

적용 대상