Share via


ProjectionBinder<T>.Bind Method

Get an object of type T representing the current row in the reader using the projection Func.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Overrides Function Bind As T
protected override T Bind()
protected:
virtual T Bind() override
abstract Bind : unit -> 'T 
override Bind : unit -> 'T 
protected override function Bind() : T

Return Value

Type: T
Object of type T representing the current row in the reader.

.NET Framework Security

See Also

Reference

ProjectionBinder<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace