AifSqlCtChangeTracking Class [AX 2012]
The AifSqlCtChangeTracking class is an SQL CDC Change Tracking provider.
| Method | Description | |
|---|---|---|
| addJoinedDataSources | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createChangedItemSql | Generates an SQL statement that contains SQL CDC functions. (Overrides the createChangedItemSql Method.) |
| createDeclarationBlock | |
| createDeletedItemSql | Generates a SQL statement that contains SQL CDC Functions. (Overrides the createDeletedItemSql Method.) |
| createRootTableJoin | |
| createSelectBlock | |
| createSelectStatementForDatasource | |
| createSql | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fillTempTable | Fills the temporary table by running the specified SQL parameter. (Inherited from AifChangeTracking.) |
| getChanges | Gets the changes again the last synchronization time. (Inherited from AifChangeTracking.) |
| getDeletes | Gets deletes since the last synchronization time. (Inherited from AifChangeTracking.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getVersionFromDateTime | |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the change tracking provider. (Overrides the initialize Method.) |
| initializeVersion | Converts the data time value into a Microsoft SQL Server Change Tracking version, and indicates whether a version was not found; this implies a full sync is required. |
| isChangeTrackingEnabled | Indicates whether SQL Server CDC is enabled. (Overrides the isChangeTrackingEnabled Method.) |
| isChangeTrackingEnabledForQuery | Checks whether Microsoft SQL Server Change Tracking is enabled for a query. (Overrides the isChangeTrackingEnabledForQuery Method.) |
| isChangeTrackingEnabledForTable | Checks whether Microsoft SQL Server Change Tracking is enabled and whether the supplied table is registered in the AifSqlCdcEnabledTables configuration table. (Overrides the isChangeTrackingEnabledForTable Method.) |
| isFullSynchronizationRequired | Determines whether change tracking information is available for a given date and time. (Overrides the isFullSynchronizationRequired Method.) |
| isPrimaryIndexRecId | Checks whether the primary index is a Record ID index. |
| new | Initializes a new instance of the AifSqlCtChangeTracking class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::getCurrentCtVersion | |
| ::recordCurrentVersion | Updates the current version table in order to find a version from a date time in a more predictable method. |
Community Additions
ADD
Show: