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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.