Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationTableValueParameter<KeyValuePair<Int32, DateTime>>
    Microsoft.TeamFoundation.Framework.Server.KeyValuePairInt32DateTimeTable
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public NotInheritable Class KeyValuePairInt32DateTimeTable _
    Inherits TeamFoundationTableValueParameter(Of KeyValuePair(Of Integer, DateTime))
public sealed class KeyValuePairInt32DateTimeTable : TeamFoundationTableValueParameter<KeyValuePair<int, DateTime>>
public ref class KeyValuePairInt32DateTimeTable sealed : public TeamFoundationTableValueParameter<KeyValuePair<int, DateTime>>
[<Sealed>]
type KeyValuePairInt32DateTimeTable =  
    class 
        inherit TeamFoundationTableValueParameter<KeyValuePair<int, DateTime>>
    end
public final class KeyValuePairInt32DateTimeTable extends TeamFoundationTableValueParameter<KeyValuePair<int, DateTime>>
The KeyValuePairInt32DateTimeTable type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | KeyValuePairInt32DateTimeTable | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Current | (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | IsNullOrEmpty | True if there are 0 rows to send to SQL Server. (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | TypeName | Name of the SQL Server Type. (Inherited from TeamFoundationTableValueParameter<T>.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Dispose | (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetEnumerator | Gets an enumerator of SqlDataRecords - overridable for tables with multivalued parameters. (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MoveNext | (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | Reset | (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | SetNullableBinary | Set the value of a specific column to the specified Binary. If the value of the binary is null, the function will bind null. (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | SetNullableDateTime | Sets the value of a specific column to the specified DateTime. If the value of the DateTime is MinValue, the function will bind null. (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | SetNullableGuid | Sets the value of a specific column to the specified GUID. If the value of the GUID is Guid.Empty, the function will bind null. (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | SetNullableInt32 | (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | SetNullableString | Sets the value of a specific column to the specified string. If the value of the string is null, the function will bind null. (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | SetNullableStringAsEmpty | Sets the value of a specific column to the specified string. If the value of the string is null, it will be converted to an empty string; otherwise, the input string is used. (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | SetRecord | (Overrides TeamFoundationTableValueParameter<T>.SetRecord(T, SqlDataRecord).) | 
| .gif) | SetString | Sets the value of a specific column to the specified string. The bindBehavior indicates how nulls and empty strings are transformed, if at all. (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | SetTimespanAsMicroseconds | Set the value of a specific column to the specified TimeSpan converted to microseconds. Column should be a BIGINT. (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IEnumerator.Current | (Inherited from TeamFoundationTableValueParameter<T>.) | 
| .gif) .gif) | IEnumerable.GetEnumerator | (Inherited from TeamFoundationTableValueParameter<T>.) | 
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.