DataReaderExtensionsGetString Method

Quartz.NET 3.0 API Documentation
Returns string from given column name, or null if DbNull.

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public static string GetString(
	this IDataReader reader,
	string columnName
)

Parameters

reader
Type: System.DataIDataReader

[Missing <param name="reader"/> documentation for "M:Quartz.Util.DataReaderExtensions.GetString(System.Data.IDataReader,System.String)"]

columnName
Type: SystemString

[Missing <param name="columnName"/> documentation for "M:Quartz.Util.DataReaderExtensions.GetString(System.Data.IDataReader,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Quartz.Util.DataReaderExtensions.GetString(System.Data.IDataReader,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDataReader. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference