VirtualColumn.GetNextFakedColumnReferenceName Method

We have to treat the faked columns to be the same as round trip columns However, faked columns do not have database fields to map against so we must have a reference name (which is mapped to a database field.) This format of the faked reference name is System.Faked.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Public Shared Function GetNextFakedColumnReferenceName As String
public static string GetNextFakedColumnReferenceName()
public:
static String^ GetNextFakedColumnReferenceName()
static member GetNextFakedColumnReferenceName : unit -> string
public static function GetNextFakedColumnReferenceName() : String

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

VirtualColumn Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace