summaryM:DotNetNuke.Common.Utilities.ICBO.FillCollection``1(System.Data.IDataReader)
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
List<TObject> FillCollection<TObject>( IDataReader dr ) where TObject : new() |
| Visual Basic |
|---|
Function FillCollection(Of TObject As New) ( dr As IDataReader ) As List(Of TObject) |
Parameters
- dr
- Type: System.Data..::..IDataReader
paramdrM:DotNetNuke.Common.Utilities.ICBO.FillCollection``1(System.Data.IDataReader)
Type Parameters
- TObject
- typeparamTObjectM:DotNetNuke.Common.Utilities.ICBO.FillCollection``1(System.Data.IDataReader)