-
Notifications
You must be signed in to change notification settings - Fork 3
Parameter Types
David Lidström edited this page Nov 11, 2017
·
1 revision
Home » Parameter Types
Depending on field type you should use different parameter types.
You can quickly create different parameter types using the methods available in the camlsql object.
- Boolean - Bind using camlsql.boolean
- Date - Bind using camlsql.date
- DateTime - Bind using camlsql.datetime
- Guid - Bind using camlsql.guid
- Lookup - Bind using camlsql.lookup
- Membership - Bind using camlsql.membership
- Number - Bind using camlsql.text or a regular number
- Text - Bind using camlsql.text or a regular string
- Today - Bind using camlsql.today