dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlString Structure / SqlString Constructor / SqlString Constructor(String,Int32)

In This Topic
    SqlString Constructor(String,Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal data As String, _
       ByVal lcid As Integer _
    )
    public SqlString( 
       string data,
       int lcid
    )

    Parameters

    data
    lcid
    See Also