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