| ArgumentVerifier Class | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The ArgumentVerifier type exposes the following members.
| Name | Description | |
|---|---|---|
| CantBeNull | 
            Checks the argument passed in. if it's null, it throws an ArgumentNullException
              | |
| ShouldBeTrueT | 
            Checks if the argument returns true with the func passed in. If not, it throws an ArgumentException with the error message specified. 
              |