PredicateExpressionElement Constructor (PredicateExpressionElementType, Object) |
CTor
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic PredicateExpressionElement(
PredicateExpressionElementType elementType,
Object contents
)
Public Sub New (
elementType As PredicateExpressionElementType,
contents As Object
)
Parameters
- elementType
- Type: SD.LLBLGen.Pro.ORMSupportClassesPredicateExpressionElementType
The type of the Element. - contents
- Type: SystemObject
The contents of the Element
See Also