다음을 통해 공유


ExecuteNonQuery 메서드

Executes a collection of batches in the context of the database where there are no results returned.

오버로드 목록

  이름 설명
공용 메서드 ExecuteNonQuery(StringCollection) Executes a batch in the context of the database where there are no results returned.
공용 메서드 ExecuteNonQuery(String) Executes a statement in the context of the database where there are no results returned.
공용 메서드 ExecuteNonQuery(StringCollection, ExecutionTypes) Runs a collection of batches in the context of the database where there are no results returned for the specified execution type only.
공용 메서드 ExecuteNonQuery(String, ExecutionTypes) Executes a batch in the context of the database where there are no results returned for the specified execution type only.

맨 위로 이동