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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace