Click or drag to resize
IExpressionFieldElement Interface
Interface definition for field elements contained in an expression

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface IExpressionFieldElement : IExpressionElement

The IExpressionFieldElement type exposes the following members.

Properties
  NameDescription
Public propertyContents
The contents of the element
(Inherited from IExpressionElement.)
Public propertyPersistenceInfo
The persistence info for the field contained in the field.
Public propertyType
The type of the element
(Inherited from IExpressionElement.)
Top
Methods
  NameDescription
Public methodReadXml
Deserializes the data on the xml reader into an expression element instance
(Inherited from IExpressionElement.)
Public methodWriteXml
Serializes object as xml to the writer specified.
(Inherited from IExpressionElement.)
Top
See Also