Scalien.scaliendb_client.SDBP_RenameTable C# (CSharp) 메소드

SDBP_RenameTable() 공개 정적인 메소드

public static SDBP_RenameTable ( SWIGTYPE_p_void client, ulong tableID, string name ) : int
client SWIGTYPE_p_void
tableID ulong
name string
리턴 int
        public static unsafe int SDBP_RenameTable(SWIGTYPE_p_void client, ulong tableID, string name)
        {
            int ret = scaliendb_clientPINVOKE.SDBP_RenameTable(SWIGTYPE_p_void.getCPtr(client), tableID, name);
            if (scaliendb_clientPINVOKE.SWIGPendingException.Pending) throw scaliendb_clientPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
scaliendb_client