DataCollection | ComponentOne
C1.Mac.DataCollection Assembly / C1.Mac.DataCollection Namespace / C1TableViewSource Class / SetNativeField Method

In This Topic
    SetNativeField Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetNativeField( _
       ByVal name As String, _
       ByVal value As Foundation.NSObject _
    ) 
    public void SetNativeField( 
       string name,
       Foundation.NSObject value
    )

    Parameters

    name
    value
    See Also