MonobjcMonobjc Documented Class Library
NSFetchRequestExpression Constructor (type)
NamespacesMonobjc.CoreDataNSFetchRequestExpressionNSFetchRequestExpression(NSExpressionType)

Initializes the receiver with the specified expression type.

Original signature is '- (id)initWithExpressionType:(NSExpressionType)type'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSFetchRequestExpression(
	NSExpressionType type
)
Public Sub New ( _
	type As NSExpressionType _
)
public:
NSFetchRequestExpression(
	NSExpressionType type
)
Parameters
type (NSExpressionType)
The type of the new expression, as defined by NSExpressionType.
Return Value
An initialized NSExpression object of the type type.
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)