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


In This Topic
    DetachObjectExpression Method
    In This Topic
    Detaches the expression consumer from the data model.
    Syntax
    'Declaration
     
    
    Function DetachObjectExpression( _
       ByVal obj As IExpressionConsumer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IObjectExpressionSupport
    Dim obj As IExpressionConsumer
    Dim value As Boolean
     
    value = instance.DetachObjectExpression(obj)
    bool DetachObjectExpression( 
       IExpressionConsumer obj
    )

    Parameters

    obj
    The object consumer

    Return Value

    true if detaches the expression consumer successfully, otherwise false
    See Also