TeamFoundationTableValueParameter<T>.Current Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Current As SqlDataRecord
public SqlDataRecord Current { get; }
public:
virtual property SqlDataRecord^ Current {
    SqlDataRecord^ get () sealed;
}
abstract Current : SqlDataRecord with get 
override Current : SqlDataRecord with get
final function get Current () : SqlDataRecord

Property Value

Type: Microsoft.SqlServer.Server.SqlDataRecord
Returns SqlDataRecord.

Implements

IEnumerator<T>.Current

.NET Framework Security

See Also

Reference

TeamFoundationTableValueParameter<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace