SqlColumnBinder Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.SqlColumnBinder
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
Public Class SqlColumnBinder
public class SqlColumnBinder
public ref class SqlColumnBinder
type SqlColumnBinder = class end
public class SqlColumnBinder
The SqlColumnBinder type exposes the following members.
Constructors
Top
Properties
Top
Methods
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetBoolean(DbDataReader) |
|
|
GetBoolean(DbDataReader, Boolean) |
|
|
GetBoolean(DbDataReader, Boolean, Boolean%) |
|
|
GetByte(DbDataReader) |
|
|
GetByte(DbDataReader, Byte) |
|
|
GetBytes(DbDataReader, Boolean) |
|
|
GetBytes(DbDataReader, Int64, array<Byte[], Int32, Int32) |
|
|
GetDateTime |
|
|
GetGuid(DbDataReader) |
|
|
GetGuid(DbDataReader, Boolean) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetInt16 |
|
|
GetInt32(DbDataReader) |
|
|
GetInt32(DbDataReader, Int32) |
|
|
GetInt64(DbDataReader) |
|
|
GetInt64(DbDataReader, Int64) |
|
|
GetObject |
|
|
GetOrdinal |
|
|
GetString |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
IsInitialized |
|
|
IsNull |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server Namespace