SqlColumnBinder.GetGuid Method (DbDataReader)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetGuid ( _
reader As DbDataReader _
) As Guid
public Guid GetGuid(
DbDataReader reader
)
public:
Guid GetGuid(
DbDataReader^ reader
)
member GetGuid :
reader:DbDataReader -> Guid
public function GetGuid(
reader : DbDataReader
) : Guid
Parameters
- reader
Type: System.Data.Common.DbDataReader
Return Value
Type: System.Guid
Returns Guid.
.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.