AdomdDataReader.GetBoolean Method (Int32)

 

Returns a Boolean that contains the value from the specified column.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public bool GetBoolean(
    int ordinal
)
public:
virtual bool GetBoolean(
    int ordinal
) sealed
abstract GetBoolean : 
        ordinal:int -> bool
override GetBoolean : 
        ordinal:int -> bool
Public Function GetBoolean (
    ordinal As Integer
) As Boolean

Parameters

  • ordinal
    Type: System.Int32

    The zero-based ordinal position of the column to be retrieved.

Return Value

Type: System.Boolean

A Boolean that contains the value of the specified column.

Implements

IDataRecord.GetBoolean(Int32)

See Also

AdomdDataReader Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top