GuidStringTable Constructor (IEnumerable<Tuple<Guid, String>>, Boolean)
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 Tuple(Of Guid, String)), _
nvarchar As Boolean _
)
public GuidStringTable(
IEnumerable<Tuple<Guid, string>> rows,
bool nvarchar
)
public:
GuidStringTable(
IEnumerable<Tuple<Guid, String^>^>^ rows,
bool nvarchar
)
new :
rows:IEnumerable<Tuple<Guid, string>> *
nvarchar:bool -> GuidStringTable
public function GuidStringTable(
rows : IEnumerable<Tuple<Guid, String>>,
nvarchar : boolean
)
Parameters
- rows
Type: System.Collections.Generic.IEnumerable<Tuple<Guid, 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.