Click or drag to resize

DataReaderExtensionGetNullableValueT Method

Namespace:  FileHold.UserRoleManager.Extensions
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public static T? GetNullableValue<T>(
	this IDataRecord reader,
	string columnName
)
where T : struct, new()

Parameters

reader
Type: System.DataIDataRecord
columnName
Type: SystemString

Type Parameters

T

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

Return Value

Type: NullableT

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