NPersistence Reference Guide
Returns the validation mode to be used by the persistence provider for the persistence unit. The validation mode corresponds to the validation-mode element in the persistence.xml file.

Namespace: NPersistence.spi
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
ValidationMode GetValidationMode()

Return Value

the validation mode to be used by the persistence provider for the persistence unit

See Also