Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

SqlServerStorage Constructor (Type, String, String, String, String)

Create a new instance of the SqlServerStorage based on the record type provided (uses SqlServer auth)

[Visual Basic]
Overloads Public Sub New( _
   ByVal recordType As Type, _
   ByVal server As String, _
   ByVal database As String, _
   ByVal user As String, _
   ByVal pass As String _
)
[C#]
public SqlServerStorage(
   Type recordType,
   string server,
   string database,
   string user,
   string pass
);

Parameters

recordType
The type of the record class.
server
The server name or IP of the sqlserver
database
The database name into the server.
user
The sql username to login into the server.
pass
The pass of the sql username to login into the server.

See Also

SqlServerStorage Class | FileHelpers.DataLink Namespace | SqlServerStorage Constructor Overload List


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox