Click or drag to resize

DataReaderExtensionGetValueT Method (IDataRecord, String, T)

Namespace:  FileHold.UserRoleManager.Extensions
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public static T GetValue<T>(
	this IDataRecord reader,
	string columnName,
	T default
)

Parameters

reader
Type: System.DataIDataRecord
columnName
Type: SystemString
default
Type: T

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FileHold.UserRoleManager.Extensions.DataReaderExtension.GetValue``1(System.Data.IDataRecord,System.String,``0)"]

Return Value

Type: T

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDataRecord. 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