Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IObjectExpressionSupport Interface / AttachObjectExpression Method
The object consumer


In This Topic
    AttachObjectExpression Method
    In This Topic
    Attaches the expression consumer to the data model.
    Syntax
    'Declaration
     
    
    Sub AttachObjectExpression( _
       ByVal obj As IExpressionConsumer _
    ) 
    'Usage
     
    
    Dim instance As IObjectExpressionSupport
    Dim obj As IExpressionConsumer
     
    instance.AttachObjectExpression(obj)
    void AttachObjectExpression( 
       IExpressionConsumer obj
    )

    Parameters

    obj
    The object consumer
    See Also