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