DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View Class / SetTransaction Method

In This Topic
    SetTransaction Method (View)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetTransaction( _
       ByVal transaction As ITransaction, _
       Optional ByVal allowPropertyPaths As Boolean _
    ) 
    public void SetTransaction( 
       ITransaction transaction,
       bool allowPropertyPaths
    )

    Parameters

    transaction
    allowPropertyPaths
    See Also