다음을 통해 공유


ExecuteNonQuery 메서드

Executes a statement that does not return a result set.

오버로드 목록

  이름 설명
공용 메서드 ExecuteNonQuery(StringCollection) Executes a batch of statements that do not return a result set.
공용 메서드 ExecuteNonQuery(String) Executes a statement that does not return a result set.
공용 메서드 ExecuteNonQuery(StringCollection, ExecutionTypes) Executes a batch of statements with the specified execution options that does not return a result set.
공용 메서드 ExecuteNonQuery(String, ExecutionTypes) Executes a statement with the specified execution options that does not return a result set.

맨 위로 이동