This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines how sql parameters are validated.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
public enum SqlParameterValidationMode
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration SqlParameterValidationMode

Members

Member nameDescription
Strict
The parameters given in the macro must match those in query.
Relaxed
The parameters given in the macro are not validated by Smartsite. They are only validated by the database.

See Also

Advanced