SqlServerArchiveTEntity Constructor (TransactionContext, String, String) |
Initializes a new instance, the archive is available immediately for reading.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SqlServerArchive(
TransactionContext context,
string connectionString,
string tableName
)
Public Sub New (
context As TransactionContext,
connectionString As String,
tableName As String
)
public:
SqlServerArchive(
TransactionContext^ context,
String^ connectionString,
String^ tableName
)
new :
context : TransactionContext *
connectionString : string *
tableName : string -> SqlServerArchive
Parameters
- context
- Type: AGI.FoundationTransactionContext
The TransactionContext for which to archive entities. - connectionString
- Type: SystemString
The connection string used for connecting to the database. - tableName
- Type: SystemString
The name of the table to use for storing tracking data.
See Also