Changeset 1308 for trunk/Sources/BaseTen.h
- Timestamp:
- 06/12/09 03:47:49 (14 months ago)
- Files:
-
- 1 modified
-
trunk/Sources/BaseTen.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Sources/BaseTen.h
r1302 r1308 365 365 * BXDatabaseObjects implement NSKeyValueCoding and object values may thus be accessed with 366 366 * -valueForKey: and -setValue:forKey:. The key will be the column name. As with 367 * NSManagedObject, methods like - <key> and -set<Key>: are also automatically available.367 * NSManagedObject, methods like -<em>key</em> and -set<em>Key</em>: are also automatically available. 368 368 * 369 369 * Column values are converted to Foundation objects based on the column type. Currently, there is no way to
