Click or drag to resize

DataReaderExtensionAsEnumerable Method

Namespace:  FileHold.UserRoleManager.Extensions
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public static IEnumerable<IDataRecord> AsEnumerable(
	this IDataReader reader
)

Parameters

reader
Type: System.DataIDataReader

Return Value

Type: IEnumerableIDataRecord

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