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

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

    Parameters

    column
    version
    See Also