MissingWhereClauseException

Thrown when no where clause is provided for and update or delete command.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.DataAccessException

Constructors

MissingWhereClauseException

Initializes a new instance of MissingWhereClauseException.

Signature:
public Void MissingWhereClauseException(src)
Parameters
Name Type Summary
src String Source code reference.

In this document