2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

By Definition, A Function is a group of statements that together performs a task. DBSync Functions are categorized into two types 

  1. Custom Functions 
  2. User Defined Functions 
Panel
Custom Functions

Custom Functions or built in functions refers to specific function by name . Functions are available to all users of a project, If a project is imported, the same files and and functions from original project is available to the cloned project.

No Format

 Note 1: Functions are code sensitive
 Note 2: When you are using functions, the string objects must be enclosed in single quotes .