Bagikan melalui


SqlColumnBinder.GetString 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 GetString(DbDataReader, Boolean) Retrieves the value of this column as a string from the given reader. If allowNulls is true, null values will be returned as null strings. Otherwise, a SQLException will be thrown if a null is encountered
Public method GetString(DbDataReader, String) Retrieves the value of this column as a string from the given reader. null will be returned if DB column is NULL.

Top

See Also

Reference

SqlColumnBinder Class

Microsoft.TeamFoundation.Framework.Server Namespace