2022

Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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 
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.

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