Click or drag to resize
IParameterFieldRelation Interface
Interface to define the relation between a parameter of a query and a field. This relation is used to find back a related EntityField when an Output Parameter is found in a query so the value of the Output Parameter can be assigned to the related EntityField. Generic

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 IParameterFieldRelation

The IParameterFieldRelation type exposes the following members.

Properties
  NameDescription
Public propertyField
The IEntityFieldCore in the relationship. Only settable via a constructor.
Public propertyParameter
The Parameter in the relationship. Only settable via a constructor.
Public propertyTypeConverterToUse
The Typeconverter to use, if applicable.
Top
Methods
  NameDescription
Public methodSync
Sets the field's value using ForceCurrentValueWrite with the value of the parameter.
Top
See Also