Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationTableValueParameter<Double>
Microsoft.TeamFoundation.Framework.Server.DoubleTable
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Class DoubleTable _
Inherits TeamFoundationTableValueParameter(Of Double)
public class DoubleTable : TeamFoundationTableValueParameter<double>
public ref class DoubleTable : public TeamFoundationTableValueParameter<double>
type DoubleTable =
class
inherit TeamFoundationTableValueParameter<float>
end
public class DoubleTable extends TeamFoundationTableValueParameter<double>
The DoubleTable type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DoubleTable |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Current | (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() |
IsNullOrEmpty | True if there are 0 rows to send to SQL Server. (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() |
TypeName | Name of the SQL Server Type. (Inherited from TeamFoundationTableValueParameter<T>.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Dispose | (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() |
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.) |
![]() |
GetEnumerator | Gets an enumerator of SqlDataRecords - overridable for tables with multivalued parameters. (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
MoveNext | (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() |
Reset | (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() |
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>.) |
![]() |
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>.) |
![]() |
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>.) |
![]() |
SetNullableInt32 | (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() |
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>.) |
![]() |
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>.) |
![]() |
SetRecord | (Overrides TeamFoundationTableValueParameter<T>.SetRecord(T, SqlDataRecord).) |
![]() |
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>.) |
![]() |
SetTimespanAsMicroseconds | Set the value of a specific column to the specified TimeSpan converted to microseconds. Column should be a BIGINT. (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() |
m_enumerator | (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() |
m_hasMoreRows | (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() |
m_omitNullEntries | (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() |
m_record | (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() |
m_rows | (Inherited from TeamFoundationTableValueParameter<T>.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IEnumerator.Current | (Inherited from TeamFoundationTableValueParameter<T>.) |
![]() ![]() |
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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)