FreeSWITCH.Native.freeswitch.switch_core_db_column_name C# (CSharp) Метод

switch_core_db_column_name() публичный статический Метод

public static switch_core_db_column_name ( SWIGTYPE_p_sqlite3_stmt stmt, int N ) : string
stmt SWIGTYPE_p_sqlite3_stmt
N int
Результат string
        public static string switch_core_db_column_name(SWIGTYPE_p_sqlite3_stmt stmt, int N)
        {
            string ret = freeswitchPINVOKE.switch_core_db_column_name(SWIGTYPE_p_sqlite3_stmt.getCPtr(stmt), N);
            return ret;
        }
freeswitch