SqlColumnBinder.GetGuid Method

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method GetGuid(DbDataReader)
Public method GetGuid(DbDataReader, Boolean) Retrieves the value of this column as a Guid from the given reader. If allowNulls is true, null values will be returned as empty GUIDs. Otherwise, a SQLException will be thrown if a null is encountered
Public method GetGuid(DbDataReader, Boolean, Guid) Retrieves the value of this column as a Guid from the given reader. If allowNulls is true, null values will be returned as empty GUIDs. Otherwise, a SQLException will be thrown if a null is encountered

Top

See Also

Reference

SqlColumnBinder Class

Microsoft.TeamFoundation.Framework.Server Namespace