SqlCeChangeTracking Constructor (SqlCeTransaction)
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Initializes a new instance of the SqlCeChangeTracking class with a SqlCeTransaction.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Sub New ( _
transaction As SqlCeTransaction _
)
'Usage
Dim transaction As SqlCeTransaction
Dim instance As New SqlCeChangeTracking(transaction)
public SqlCeChangeTracking(
SqlCeTransaction transaction
)
public:
SqlCeChangeTracking(
SqlCeTransaction^ transaction
)
new :
transaction:SqlCeTransaction -> SqlCeChangeTracking
public function SqlCeChangeTracking(
transaction : SqlCeTransaction
)
Parameters
- transaction
Type: System.Data.SqlServerCe.SqlCeTransaction
A SqlCeTransaction that represents the transaction in which change tracking executes.