DatabaseUtilsPopulateDataObjectsTD Method

[Missing <summary> documentation for "M:KeeperSecurity.Utils.DatabaseUtils.PopulateDataObjects``1(KeeperSecurity.Utils.TableSchema,System.Data.IDataReader)"]

Definition

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public static IEnumerable<TD> PopulateDataObjects<TD>(
	this TableSchema schema,
	IDataReader reader
)
where TD : new()

Parameters

schema  TableSchema

[Missing <param name="schema"/> documentation for "M:KeeperSecurity.Utils.DatabaseUtils.PopulateDataObjects``1(KeeperSecurity.Utils.TableSchema,System.Data.IDataReader)"]

reader  IDataReader

[Missing <param name="reader"/> documentation for "M:KeeperSecurity.Utils.DatabaseUtils.PopulateDataObjects``1(KeeperSecurity.Utils.TableSchema,System.Data.IDataReader)"]

Type Parameters

TD

[Missing <typeparam name="TD"/> documentation for "M:KeeperSecurity.Utils.DatabaseUtils.PopulateDataObjects``1(KeeperSecurity.Utils.TableSchema,System.Data.IDataReader)"]

Return Value

IEnumerableTD

[Missing <returns> documentation for "M:KeeperSecurity.Utils.DatabaseUtils.PopulateDataObjects``1(KeeperSecurity.Utils.TableSchema,System.Data.IDataReader)"]

Usage Note

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