DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / JoinQuery Class / ParseProperty Method

In This Topic
    ParseProperty Method (JoinQuery)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub ParseProperty( _
       ByVal name As String, _
       ByVal value As Object _
    ) 
    protected override void ParseProperty( 
       string name,
       object value
    )

    Parameters

    name
    value
    See Also