VistaDB 6
VistaDB.Provider Namespace / VistaDBDataReader Class / VisibleFieldCount Property


In This Topic
    VisibleFieldCount Property
    In This Topic
    Gets the number of fields in the System.Data.Common.DbDataReader that are not hidden.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisibleFieldCount As System.Integer
    'Usage
     
    
    Dim instance As VistaDBDataReader
    Dim value As System.Integer
     
    value = instance.VisibleFieldCount
    public System.int VisibleFieldCount {get;}

    Property Value

    The number of fields that are not hidden.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also