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