Share via


SqlColumnBinder.GetString Method (DbDataReader, Boolean)

Retrieves the value of this column as a string from the given reader.

If allowNulls is true, null values will be returned as null strings.

Otherwise, a SQLException will be thrown if a null is encountered

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetString ( _
    reader As DbDataReader, _
    allowNulls As Boolean _
) As String
public string GetString(
    DbDataReader reader,
    bool allowNulls
)
public:
String^ GetString(
    DbDataReader^ reader, 
    bool allowNulls
)
member GetString : 
        reader:DbDataReader * 
        allowNulls:bool -> string
public function GetString(
    reader : DbDataReader, 
    allowNulls : boolean
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlColumnBinder Class

GetString Overload

Microsoft.TeamFoundation.Framework.Server Namespace