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

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

    Parameters

    name
    value
    See Also