MonobjcMonobjc Documented Class Library
FetchRequest Property
NamespacesMonobjc.CoreDataNSFetchedPropertyDescriptionFetchRequest

Returns the fetch request of the receiver.

Original signature is '- (NSFetchRequest *)fetchRequest'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSFetchRequest FetchRequest { get; set; }
Public Overridable Property FetchRequest As NSFetchRequest
	Get
	Set
public:
virtual property NSFetchRequest^ FetchRequest {
	NSFetchRequest^ get ();
	void set (NSFetchRequest^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)