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