Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    rows As IEnumerable(Of String), _
    nvarchar As Boolean _
)
public OrderedStringTable(
    IEnumerable<string> rows,
    bool nvarchar
)
public:
OrderedStringTable(
    IEnumerable<String^>^ rows, 
    bool nvarchar
)
new : 
        rows:IEnumerable<string> * 
        nvarchar:bool -> OrderedStringTable
public function OrderedStringTable(
    rows : IEnumerable<String>, 
    nvarchar : boolean
)
Parameters
- rows
 Type: System.Collections.Generic.IEnumerable<String>
- nvarchar
 Type: System.Boolean
.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.