DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / CanGetNextData Property

In This Topic
    CanGetNextData Property (C1CommandBase)
    In This Topic
    To check whether or not more data can be retrieved from the source as the result of executing this C1CommandBase.
    Syntax
    'Declaration
     
    Protected MustOverride ReadOnly Property CanGetNextData As Boolean
    protected abstract bool CanGetNextData {get;}
    See Also