FreeSWITCH.Native.freeswitch.switch_sql_concat C# (CSharp) Method

switch_sql_concat() public static method

public static switch_sql_concat ( ) : string
return string
        public static string switch_sql_concat()
        {
            string ret = freeswitchPINVOKE.switch_sql_concat();
            return ret;
        }
freeswitch