NSPersistentHistoryChangeRequest.FetchHistoryAfter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FetchHistoryAfter(NSPersistentHistoryToken) | |
FetchHistoryAfter(NSPersistentHistoryTransaction) | |
FetchHistoryAfter(NSDate) |
FetchHistoryAfter(NSPersistentHistoryToken)
[Foundation.Export("fetchHistoryAfterToken:")]
public static CoreData.NSPersistentHistoryChangeRequest FetchHistoryAfter (CoreData.NSPersistentHistoryToken token);
static member FetchHistoryAfter : CoreData.NSPersistentHistoryToken -> CoreData.NSPersistentHistoryChangeRequest
Parameters
Returns
- Attributes
Applies to
FetchHistoryAfter(NSPersistentHistoryTransaction)
[Foundation.Export("fetchHistoryAfterTransaction:")]
public static CoreData.NSPersistentHistoryChangeRequest FetchHistoryAfter (CoreData.NSPersistentHistoryTransaction transaction);
static member FetchHistoryAfter : CoreData.NSPersistentHistoryTransaction -> CoreData.NSPersistentHistoryChangeRequest
Parameters
Returns
- Attributes
Applies to
FetchHistoryAfter(NSDate)
[Foundation.Export("fetchHistoryAfterDate:")]
public static CoreData.NSPersistentHistoryChangeRequest FetchHistoryAfter (Foundation.NSDate date);
static member FetchHistoryAfter : Foundation.NSDate -> CoreData.NSPersistentHistoryChangeRequest
Parameters
- date
- NSDate
Returns
- Attributes