Create a new instance of the SqlServerStorage based on the record type provided.
Create a new instance of the SqlServerStorage based on the record type provided.
public SqlServerStorage(Type);
Create a new instance of the SqlServerStorage based on the record type provided.
public SqlServerStorage(Type,string);
Create a new instance of the SqlServerStorage based on the record type provided (uses windows auth)
public SqlServerStorage(Type,string,string);
Create a new instance of the SqlServerStorage based on the record type provided (uses SqlServer auth)
public SqlServerStorage(Type,string,string,string,string);
SqlServerStorage Class | FileHelpers.DataLink Namespace