Rule Constructor
Initializes a new instance of the Rule class.
Overload List
| Name | Description |
|---|---|
| Rule () |
Initializes a new instance of the Rule class.
|
| Rule (Database, String) |
Initializes a new instance of the Rule class on the specified database and with the specified name.
|
| Rule (Database, String, String) |
Initializes a new instance of the Rule class on the specified database, with the specified name and schema.
|
See Also