Guide
FMData provides a strongly-typed .NET client for the FileMaker Data API. This guide covers every supported operation in detail:
- Models & Mapping — How C# classes map to FileMaker layouts and fields
- Finding Records — Simple finds, pagination, sorts, omit queries, and advanced send overloads
- Creating Records — Creating records with script support and null-value control
- Editing Records — Updating records by ID, including dictionary-based edits
- Deleting Records — Deleting records with optional script execution
- Running Scripts — Standalone script execution and reading script results from any operation
- Container Data — Loading and uploading container field data
- Portal Data — Configuring related record portals with limit and offset
- Global Fields — Setting global field values
- Server Metadata — Querying product info, databases, layouts, scripts, and field metadata