Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / aq Class / Item Property / Item(String,DataRowVersion) Property

In This Topic
    Item(String,DataRowVersion) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal columnName As System.String, _
       ByVal version As System.Data.DataRowVersion _
    ) As System.Object
    public System.object Item( 
       System.string columnName,
       System.Data.DataRowVersion version
    ) {get;}

    Parameters

    columnName
    version
    See Also